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/polyjs.ur | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/polyjs.ur (limited to 'tests/polyjs.ur') diff --git a/tests/polyjs.ur b/tests/polyjs.ur new file mode 100644 index 00000000..fe10080b --- /dev/null +++ b/tests/polyjs.ur @@ -0,0 +1,5 @@ +open PolyjsFfi + +fun main () : transaction page = return +