summaryrefslogtreecommitdiff
path: root/testdata/loopIssue.lc
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-02-04 16:50:05 +0100
committerPéter Diviánszky <divipp@gmail.com>2016-02-04 16:50:05 +0100
commit6a72593b019fdd3a1a144b73b518babf1cc33b54 (patch)
tree380687ce015be39f75348f089e30bed74739587c /testdata/loopIssue.lc
parent91b08d7eb8b3ba2e26862e389e1a58d6c7290a91 (diff)
bugfix & improvements
Diffstat (limited to 'testdata/loopIssue.lc')
-rw-r--r--testdata/loopIssue.lc5
1 files changed, 0 insertions, 5 deletions
diff --git a/testdata/loopIssue.lc b/testdata/loopIssue.lc
index 9c492d08..953876a2 100644
--- a/testdata/loopIssue.lc
+++ b/testdata/loopIssue.lc
@@ -12,11 +12,6 @@ main' = case inf of
12 12
13inf2 = inf 13inf2 = inf
14 14
15
16
17data List a = Nil | Cons a (List a)
18
19
20(-) = primSubInt 15(-) = primSubInt
21 16
22repeat n = (n :: Bool): repeat n 17repeat n = (n :: Bool): repeat n