summaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-05-12 01:41:21 +0200
committerPéter Diviánszky <divipp@gmail.com>2016-05-12 01:41:21 +0200
commit66564f335975837f748f2eb86345b28eae9a8cc8 (patch)
tree90e336c5e45685cb8d0e2b3b41bb98a168022d3d /testdata
parent9c3e2fee74ae5ae9885aff40154ec4c1db04a646 (diff)
adjust .out file
Diffstat (limited to 'testdata')
-rw-r--r--testdata/loopIssue.out4
1 files changed, 2 insertions, 2 deletions
diff --git a/testdata/loopIssue.out b/testdata/loopIssue.out
index 86b64220..6413ce9b 100644
--- a/testdata/loopIssue.out
+++ b/testdata/loopIssue.out
@@ -69,7 +69,7 @@ inf :: Inf
69inf = primFix _ \a -> _rhs (Inf a) 69inf = primFix _ \a -> _rhs (Inf a)
70 70
71inf2 :: Inf 71inf2 :: Inf
72inf2 = _rhs (Inf inf) 72inf2 = _rhs inf
73 73
74main :: Bool 74main :: Bool
75main = _rhs True 75main = _rhs True
@@ -81,7 +81,7 @@ match'Inf :: forall (a :: Type -> Type) -> a Inf -> forall b -> a b -> a b
81match'Inf = \a b c d -> <<type case function>> 81match'Inf = \a b c d -> <<type case function>>
82 82
83primes :: [Bool] 83primes :: [Bool]
84primes = _rhs (True : repeatT) 84primes = _rhs repeatT
85 85
86repeat :: Bool -> [Bool] 86repeat :: Bool -> [Bool]
87repeat = primFix _ \a b -> _rhs (typeAnn b : a b) 87repeat = primFix _ \a b -> _rhs (typeAnn b : a b)