summaryrefslogtreecommitdiff
path: root/testdata/language-features/basic-values/shadowing04.out
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-05-13 22:48:03 +0200
committerPéter Diviánszky <divipp@gmail.com>2016-05-13 22:48:17 +0200
commit8f2e602cada9141b653802cf1084b9bdfd6e0d06 (patch)
treec1351e9fcb0341af482f8da4a8859e2046445188 /testdata/language-features/basic-values/shadowing04.out
parent8ac42fa1bccb554de833ea7d8070cb5112e01aee (diff)
refactoring & fix build
Diffstat (limited to 'testdata/language-features/basic-values/shadowing04.out')
-rw-r--r--testdata/language-features/basic-values/shadowing04.out4
1 files changed, 2 insertions, 2 deletions
diff --git a/testdata/language-features/basic-values/shadowing04.out b/testdata/language-features/basic-values/shadowing04.out
index 1c371cea..8a46bd9d 100644
--- a/testdata/language-features/basic-values/shadowing04.out
+++ b/testdata/language-features/basic-values/shadowing04.out
@@ -5,7 +5,7 @@ __ = _lhs __ \(_ :: _) (_ :: _) -> _rhs ()
5__ :: forall a b . a -> b -> () 5__ :: forall a b . a -> b -> ()
6__ = \a b _ _ -> _rhs () 6__ = \a b _ _ -> _rhs ()
7------------ tooltips 7------------ tooltips
8shadowing04.lc 1:1-1:3 81:1-1:3
9 forall a b . a -> b -> () 9 forall a b . a -> b -> ()
10shadowing04.lc 1:11-1:13 101:11-1:13
11 () \ No newline at end of file 11 () \ No newline at end of file