From 128cf82881352cc1e9061db97fe3762315cfd0c9 Mon Sep 17 00:00:00 2001 From: Péter Diviánszky Date: Sun, 1 May 2016 22:56:42 +0200 Subject: removing coloring from .out files --- testdata/language-features/basic-values/lambda03.out | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'testdata/language-features/basic-values/lambda03.out') 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 fun2 = \(a :: _) -> _rhs \_ -> \_ -> \_ -> a main is not found ------------ trace -fun1 :: forall a b c . a -> b -> c -> b -fun2 :: forall a b c d . a -> b -> c -> d -> a +fun1 :: forall a b c . a -> b -> c -> b +fun2 :: forall a b c d . a -> b -> c -> d -> a ------------ tooltips -testdata/language-features/basic-values/lambda03.lc 1:1-1:5 forall a b c . a -> b -> c -> b -testdata/language-features/basic-values/lambda03.lc 1:22-1:23 _d -testdata/language-features/basic-values/lambda03.lc 2:1-2:5 forall a b c d . a -> b -> c -> d -> a -testdata/language-features/basic-values/lambda03.lc 2:25-2:26 _h +testdata/language-features/basic-values/lambda03.lc 1:1-1:5 + forall a b c . a -> b -> c -> b +testdata/language-features/basic-values/lambda03.lc 1:22-1:23 + _d +testdata/language-features/basic-values/lambda03.lc 2:1-2:5 + forall a b c d . a -> b -> c -> d -> a +testdata/language-features/basic-values/lambda03.lc 2:25-2:26 + _h \ No newline at end of file -- cgit v1.2.3