summaryrefslogtreecommitdiff
path: root/testdata/localfun.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/localfun.out
parent95e006bf5afa8d3473e3fe4401f4c9316186a428 (diff)
mutual function definitions
Diffstat (limited to 'testdata/localfun.out')
-rw-r--r--testdata/localfun.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/testdata/localfun.out b/testdata/localfun.out
index bf1b11b3..eace1650 100644
--- a/testdata/localfun.out
+++ b/testdata/localfun.out
@@ -12,7 +12,7 @@ f
12main = _lhs main (_rhs (f True False && f False True)) 12main = _lhs main (_rhs (f True False && f False True))
13------------ core code 13------------ core code
14f :: Bool -> Bool -> Bool 14f :: Bool -> Bool -> Bool
15f = \a b -> _rhs (g b a) 15f = \a b -> _rhs (g a)
16 16
17main :: Bool 17main :: Bool
18main = _rhs True 18main = _rhs True