summaryrefslogtreecommitdiff
path: root/testdata/id.out
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-04-28 22:43:51 +0200
committerPéter Diviánszky <divipp@gmail.com>2016-04-28 22:43:51 +0200
commit67fd4cabceda047750c19e9bef98e0c25c6ed7dd (patch)
treee64ac6cd1de2583e13f386421b952f32ffb8f955 /testdata/id.out
parent56f6e4fb7b8c0fc6545843d467412fbfa8acb277 (diff)
switch to Haskell style syntax in pretty print
Diffstat (limited to 'testdata/id.out')
-rw-r--r--testdata/id.out6
1 files changed, 3 insertions, 3 deletions
diff --git a/testdata/id.out b/testdata/id.out
index 08cb1501..611e06a6 100644
--- a/testdata/id.out
+++ b/testdata/id.out
@@ -3,11 +3,11 @@ main is not found
3main' :: ('Float, 'Bool) 3main' :: ('Float, 'Bool)
4------------ tooltips 4------------ tooltips
5testdata/id.lc 1:1-1:6 (Float, Bool) 5testdata/id.lc 1:1-1:6 (Float, Bool)
6testdata/id.lc 3:19-3:20 b_ 6testdata/id.lc 3:19-3:20 _b
7testdata/id.lc 4:8-4:27 (Float, Bool) 7testdata/id.lc 4:8-4:27 (Float, Bool)
8testdata/id.lc 4:9-4:12 {a} -> a->a 8testdata/id.lc 4:9-4:12 forall a . a -> a
9testdata/id.lc 4:9-4:16 Float 9testdata/id.lc 4:9-4:16 Float
10testdata/id.lc 4:13-4:16 Float 10testdata/id.lc 4:13-4:16 Float
11testdata/id.lc 4:18-4:21 {a} -> a->a 11testdata/id.lc 4:18-4:21 forall a . a -> a
12testdata/id.lc 4:18-4:26 ((Bool)) | Bool 12testdata/id.lc 4:18-4:26 ((Bool)) | Bool
13testdata/id.lc 4:22-4:26 Bool 13testdata/id.lc 4:22-4:26 Bool