summaryrefslogtreecommitdiff
path: root/testdata/Internals.out
diff options
context:
space:
mode:
authorPéter Diviánszky <divipp@gmail.com>2016-05-04 10:37:44 +0200
committerPéter Diviánszky <divipp@gmail.com>2016-05-04 10:37:44 +0200
commit4fd500adc5a8eee72caca044bac5fd11ef10c6b5 (patch)
tree9c5267c477a746bbef2ba9eb360b7606434675b5 /testdata/Internals.out
parent0dc09e81832aa1495ef9f213bf091f4a1620ab05 (diff)
fix pretty print
Diffstat (limited to 'testdata/Internals.out')
-rw-r--r--testdata/Internals.out15
1 files changed, 7 insertions, 8 deletions
diff --git a/testdata/Internals.out b/testdata/Internals.out
index 6b92c14b..a2e3f926 100644
--- a/testdata/Internals.out
+++ b/testdata/Internals.out
@@ -338,18 +338,17 @@ negate :: forall a . Num a => a -> a
338case'List 338case'List
339 :: forall a 339 :: forall a
340 . forall (b :: [a] -> Type) 340 . forall (b :: [a] -> Type)
341 -> b '[] 341 -> b [] -> (forall (c :: a) (d :: [a]) -> b (c : d)) -> forall (e :: [a]) -> b e
342 -> (forall (c :: a) (d :: [a]) -> b (: c d)) -> forall (e :: [a]) -> b e
343match'List 342match'List
344 :: forall (a :: Type -> Type) -> (forall b -> a [b]) -> forall c -> a c -> a c 343 :: forall (a :: Type -> Type) -> (forall b -> a [b]) -> forall c -> a c -> a c
345'HList :: [Type] -> Type 344'HList :: [Type] -> Type
346HNil :: () 345HNil :: ()
347HCons :: forall a (b :: [Type]) . a -> HList b -> HList (: a b) 346HCons :: forall a (b :: [Type]) . a -> HList b -> HList (a : b)
348case'HList 347case'HList
349 :: forall (a :: forall (b :: [Type]) -> HList b -> Type) 348 :: forall (a :: forall (b :: [Type]) -> HList b -> Type)
350 -> a '[] () 349 -> a [] ()
351 -> (forall c (d :: [Type]) 350 -> (forall c (d :: [Type])
352 . forall (e :: c) (f :: HList d) -> a (: c d) ('HCons c d e f)) 351 . forall (e :: c) (f :: HList d) -> a (c : d) ('HCons c d e f))
353 -> forall (g :: [Type]) . forall (h :: HList g) -> a g h 352 -> forall (g :: [Type]) . forall (h :: HList g) -> a g h
354match'HList 353match'HList
355 :: forall (a :: Type -> Type) 354 :: forall (a :: Type -> Type)
@@ -357,7 +356,7 @@ match'HList
357hlistNilCase :: forall a -> a -> () -> a 356hlistNilCase :: forall a -> a -> () -> a
358hlistConsCase 357hlistConsCase
359 :: forall a (b :: [Type]) 358 :: forall a (b :: [Type])
360 . forall c -> (a -> HList b -> c) -> HList (: a b) -> c 359 . forall c -> (a -> HList b -> c) -> HList (a : b) -> c
361------------ tooltips 360------------ tooltips
362testdata/Internals.lc 6:1-6:8 361testdata/Internals.lc 6:1-6:8
363 forall a . a -> a 362 forall a . a -> a
@@ -904,7 +903,7 @@ testdata/Internals.lc 127:13-127:22
904testdata/Internals.lc 127:19-127:22 903testdata/Internals.lc 127:19-127:22
905 forall a . [a] | forall a . [a] 904 forall a . [a] | forall a . [a]
906testdata/Internals.lc 128:5-128:10 905testdata/Internals.lc 128:5-128:10
907 forall a (b :: [Type]) . a -> HList b -> HList (: a b) | HList (: _d _c) 906 forall a (b :: [Type]) . a -> HList b -> HList (a : b) | HList (_d : _c)
908testdata/Internals.lc 128:5-128:45 907testdata/Internals.lc 128:5-128:45
909 Type | Type | Type | Type | Type 908 Type | Type | Type | Type | Type
910testdata/Internals.lc 128:14-128:15 909testdata/Internals.lc 128:14-128:15
@@ -950,7 +949,7 @@ testdata/Internals.lc 130:40-130:43
950testdata/Internals.lc 130:47-130:48 949testdata/Internals.lc 130:47-130:48
951 Type | Type 950 Type | Type
952testdata/Internals.lc 131:1-131:14 951testdata/Internals.lc 131:1-131:14
953 forall a (b :: [Type]) . forall c -> (a -> HList b -> c) -> HList (: a b) -> c 952 forall a (b :: [Type]) . forall c -> (a -> HList b -> c) -> HList (a : b) -> c
954testdata/Internals.lc 132:21-132:25 953testdata/Internals.lc 132:21-132:25
955 Type 954 Type
956testdata/Internals.lc 132:33-132:37 955testdata/Internals.lc 132:33-132:37