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 f410dc6 commit d842bceCopy full SHA for d842bce
gibbon-compiler/examples/soa_examples/list.hs
@@ -34,9 +34,18 @@ sumList lst = case lst of
34
in i + sumRst
35
36
gibbon_main = let
37
+<<<<<<< HEAD:gibbon-compiler/examples/soa_examples/list.hs
38
lst = mkList 100
39
lst' = add1 lst
40
in sumList lst'
41
+=======
42
+ lst = mkList 20000
43
+ --lst' = iterate (add1 lst)
44
+ _ = printPacked lst
45
+ _ = printsym (quote "NEWLINE")
46
+ --(val, lst'') = fieldDep lst'
47
+ in sumList lst --() --printPacked lst' --val --sumList lst'
48
+>>>>>>> f352266b (Hoist BoundsChecking):gibbon-compiler/examples/simple_tests/list.hs
49
50
51
0 commit comments