summaryrefslogtreecommitdiff
path: root/testdata/language-features/basic-values/def01.out
blob: 6c1740578f7f70aa113f3d357ad6028720cc4195 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
main is not found
------------ trace
unit :: ()
fun1 :: forall a b . 'Num b => a -> b
fun2 :: forall a b c d e . a -> b -> c -> d -> e -> 'Char
------------ tooltips
testdata/language-features/basic-values/def01.lc 1:1-1:5  ()
testdata/language-features/basic-values/def01.lc 1:8-1:10  ()
testdata/language-features/basic-values/def01.lc 3:1-3:5  forall a b . Num b => a -> b
testdata/language-features/basic-values/def01.lc 3:10-3:11  _b
testdata/language-features/basic-values/def01.lc 5:1-5:5  forall a b c d e . a -> b -> c -> d -> e -> Char
testdata/language-features/basic-values/def01.lc 5:18-5:21  Char