summaryrefslogtreecommitdiff
path: root/testdata/listcompr04.out
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-05-11 20:57:07 +0200
committerPéter Diviánszky <divipp@gmail.com>2016-05-12 00:50:34 +0200
commite4725c07ee3e7e3fc010df418d16f37c39b0af0f (patch)
treecb10e1d1203eed875955097311ccbe0943564226 /testdata/listcompr04.out
parent95e006bf5afa8d3473e3fe4401f4c9316186a428 (diff)
mutual function definitions
Diffstat (limited to 'testdata/listcompr04.out')
-rw-r--r--testdata/listcompr04.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/testdata/listcompr04.out b/testdata/listcompr04.out
index db27d5d9..198e0383 100644
--- a/testdata/listcompr04.out
+++ b/testdata/listcompr04.out
@@ -35,7 +35,7 @@ main
35 a)) 35 a))
36------------ core code 36------------ core code
37a :: [Float] 37a :: [Float]
38a = _rhs [2.0, 4.0] 38a = _rhs (1.0 *! k : [] ++ foldr (++) [] (map (\a -> [a *! k]) [k]))
39 39
40main :: Bool 40main :: Bool
41main = _rhs True 41main = _rhs True