We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca780a0 commit 2abd7acCopy full SHA for 2abd7ac
gibbon-compiler/examples/simple_tests/list.hs
@@ -35,11 +35,11 @@ sumList lst = case lst of
35
36
gibbon_main = let
37
lst = mkList 20000
38
- --lst' = iterate (add1 lst)
39
- _ = printPacked lst
+ lst' = iterate (add1 lst)
+ _ = printPacked lst'
40
_ = printsym (quote "NEWLINE")
41
--(val, lst'') = fieldDep lst'
42
- in sumList lst --() --printPacked lst' --val --sumList lst'
+ in sumList lst' --() --printPacked lst' --val --sumList lst'
43
44
45
0 commit comments