summaryrefslogtreecommitdiff
path: root/testdata/language-features/basic-values/lambda03.out
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-05-01 22:56:42 +0200
committerPéter Diviánszky <divipp@gmail.com>2016-05-01 22:56:42 +0200
commit128cf82881352cc1e9061db97fe3762315cfd0c9 (patch)
tree60f0efc4d587a58359b39edba470fd55a0d8c69a /testdata/language-features/basic-values/lambda03.out
parente2ef3e4de33e15627ce21c7c506650b2f8123a1c (diff)
removing coloring from .out files
Diffstat (limited to 'testdata/language-features/basic-values/lambda03.out')
-rw-r--r--testdata/language-features/basic-values/lambda03.out16
1 files changed, 10 insertions, 6 deletions
diff --git a/testdata/language-features/basic-values/lambda03.out b/testdata/language-features/basic-values/lambda03.out
index 33988c84..990af1ad 100644
--- a/testdata/language-features/basic-values/lambda03.out
+++ b/testdata/language-features/basic-values/lambda03.out
@@ -3,10 +3,14 @@ fun1 = _rhs \_ (a :: _) -> \_ -> a
3fun2 = \(a :: _) -> _rhs \_ -> \_ -> \_ -> a 3fun2 = \(a :: _) -> _rhs \_ -> \_ -> \_ -> a
4main is not found 4main is not found
5------------ trace 5------------ trace
6fun1 :: forall a b c . a -> b -> c -> b 6fun1 :: forall a b c . a -> b -> c -> b
7fun2 :: forall a b c d . a -> b -> c -> d -> a 7fun2 :: forall a b c d . a -> b -> c -> d -> a
8------------ tooltips 8------------ tooltips
9testdata/language-features/basic-values/lambda03.lc 1:1-1:5 forall a b c . a -> b -> c -> b 9testdata/language-features/basic-values/lambda03.lc 1:1-1:5
10testdata/language-features/basic-values/lambda03.lc 1:22-1:23 _d 10 forall a b c . a -> b -> c -> b
11testdata/language-features/basic-values/lambda03.lc 2:1-2:5 forall a b c d . a -> b -> c -> d -> a 11testdata/language-features/basic-values/lambda03.lc 1:22-1:23
12testdata/language-features/basic-values/lambda03.lc 2:25-2:26 _h 12 _d
13testdata/language-features/basic-values/lambda03.lc 2:1-2:5
14 forall a b c d . a -> b -> c -> d -> a
15testdata/language-features/basic-values/lambda03.lc 2:25-2:26
16 _h \ No newline at end of file