diff options
Diffstat (limited to 'tests/curry.ur')
-rw-r--r-- | tests/curry.ur | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/curry.ur b/tests/curry.ur new file mode 100644 index 00000000..46577284 --- /dev/null +++ b/tests/curry.ur @@ -0,0 +1 @@ +val main = fn x : int => fn y : int => x |