summaryrefslogtreecommitdiff
path: root/lc
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-02-05 12:30:59 +0100
committerPéter Diviánszky <divipp@gmail.com>2016-02-05 12:31:36 +0100
commit23c96a164632c6f7085ee19b086bbb17014d834a (patch)
treeb71a6986cf5bc09310ed35eeb2e26802f99d5718 /lc
parentd4ba9e18595b968a4a4c26645cb2dddcefd15420 (diff)
try to switch to megaparsec
Diffstat (limited to 'lc')
-rw-r--r--lc/Internals.lc1
1 files changed, 0 insertions, 1 deletions
diff --git a/lc/Internals.lc b/lc/Internals.lc
index 92d66d2f..e0639717 100644
--- a/lc/Internals.lc
+++ b/lc/Internals.lc
@@ -21,7 +21,6 @@ data Tuple3 a b c = Tuple3 a b c
21data Tuple4 a b c d = Tuple4 a b c d 21data Tuple4 a b c d = Tuple4 a b c d
22data Tuple5 a b c d e = Tuple5 a b c d e 22data Tuple5 a b c d e = Tuple5 a b c d e
23 23
24
25-- ... TODO 24-- ... TODO
26 25
27-- builtin used for overlapping instances 26-- builtin used for overlapping instances