aboutsummaryrefslogtreecommitdiffhomepage
path: root/std/List.bruijn
diff options
context:
space:
mode:
Diffstat (limited to 'std/List.bruijn')
-rw-r--r--std/List.bruijn1
1 files changed, 0 insertions, 1 deletions
diff --git a/std/List.bruijn b/std/List.bruijn
index 56e9157..d63ab6a 100644
--- a/std/List.bruijn
+++ b/std/List.bruijn
@@ -1,7 +1,6 @@
# MIT License, Copyright (c) 2022 Marvin Borner
# Lists in Church/Boehm-Berarducci encoding using pairs
# implementations are generally lazy (except when they're broken)
-# TODO: look into https://hbr.github.io/Lambda-Calculus/lambda2/lambda.html#lists, has more elegant mapping
:import std/Combinator .
:import std/Pair P