From 92b7e9f1eda84b05bc50f3052913d33b20e067b7 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Tue, 11 Dec 2012 15:58:23 -0500 Subject: Ignore polymorphism in JavaScript calls to custom FFI functions, allowing a kind of simple dynamic typing (unsafe, of course) --- tests/polyjsFfi.urs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/polyjsFfi.urs (limited to 'tests/polyjsFfi.urs') diff --git a/tests/polyjsFfi.urs b/tests/polyjsFfi.urs new file mode 100644 index 00000000..a2be8909 --- /dev/null +++ b/tests/polyjsFfi.urs @@ -0,0 +1,2 @@ +val one : a ::: Type -> a -> a +val two : a ::: Type -> b ::: Type -> a -> b -- cgit v1.2.3