Skip to content

Commit 2abd7ac

Browse files
committed
add all possible correct answers
1 parent ca780a0 commit 2abd7ac

File tree

1 file changed

+3
-3
lines changed
  • gibbon-compiler/examples/simple_tests

1 file changed

+3
-3
lines changed

gibbon-compiler/examples/simple_tests/list.hs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ sumList lst = case lst of
3535

3636
gibbon_main = let
3737
lst = mkList 20000
38-
--lst' = iterate (add1 lst)
39-
_ = printPacked lst
38+
lst' = iterate (add1 lst)
39+
_ = printPacked lst'
4040
_ = printsym (quote "NEWLINE")
4141
--(val, lst'') = fieldDep lst'
42-
in sumList lst --() --printPacked lst' --val --sumList lst'
42+
in sumList lst' --() --printPacked lst' --val --sumList lst'
4343

4444

4545

0 commit comments

Comments
 (0)