summaryrefslogtreecommitdiff
path: root/testdata/language-features/basic-values/typesig04.lc
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/language-features/basic-values/typesig04.lc')
-rw-r--r--testdata/language-features/basic-values/typesig04.lc6
1 files changed, 6 insertions, 0 deletions
diff --git a/testdata/language-features/basic-values/typesig04.lc b/testdata/language-features/basic-values/typesig04.lc
new file mode 100644
index 00000000..b06a8369
--- /dev/null
+++ b/testdata/language-features/basic-values/typesig04.lc
@@ -0,0 +1,6 @@
1fun1 :: a -> (b -> c) -> ()
2fun1 x z = ()
3
4fun2::a->(b->c)->()
5fun2 x z = ()
6