summaryrefslogtreecommitdiff
path: root/testdata/language-features/basic-values/typesig04.out
blob: e6fbc596b35ef4c1cbe0fa9246c8962dada62900 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
------------ desugared source code
fun1
  = (\_ -> \_ -> _rhs HNil)
    :: forall (a :: _) (b :: _) (c :: _) . a -> (b -> c) -> HList 'Nil
fun2
  = (\_ -> \_ -> _rhs HNil)
    :: forall (a :: _) (b :: _) (c :: _) . a -> (b -> c) -> HList 'Nil
main is not found
------------ trace
fun1 :: forall a b c . a -> (b -> c) -> ()
fun2 :: forall a b c . a -> (b -> c) -> ()
------------ tooltips
testdata/language-features/basic-values/typesig04.lc 1:9-1:10  _f
testdata/language-features/basic-values/typesig04.lc 1:9-1:28  Type
testdata/language-features/basic-values/typesig04.lc 1:14-1:28  Type
testdata/language-features/basic-values/typesig04.lc 1:15-1:16  _e
testdata/language-features/basic-values/typesig04.lc 1:20-1:21  Type | _d
testdata/language-features/basic-values/typesig04.lc 1:26-1:28  Type
testdata/language-features/basic-values/typesig04.lc 2:1-2:5  forall a b c . a -> (b -> c) -> ()
testdata/language-features/basic-values/typesig04.lc 2:12-2:14  () | (_c -> _b) -> () | _c -> (_b -> _a) -> ()
testdata/language-features/basic-values/typesig04.lc 4:7-4:8  _f
testdata/language-features/basic-values/typesig04.lc 4:7-4:20  Type
testdata/language-features/basic-values/typesig04.lc 4:10-4:20  Type
testdata/language-features/basic-values/typesig04.lc 4:11-4:12  _e
testdata/language-features/basic-values/typesig04.lc 4:14-4:15  Type | _d
testdata/language-features/basic-values/typesig04.lc 4:18-4:20  Type
testdata/language-features/basic-values/typesig04.lc 5:1-5:5  forall a b c . a -> (b -> c) -> ()
testdata/language-features/basic-values/typesig04.lc 5:12-5:14  () | (_c -> _b) -> () | _c -> (_b -> _a) -> ()