From 87d2e717c0d164759fce1df7d89f25fda8434586 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.urp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/polyjs.urp (limited to 'tests/polyjs.urp') diff --git a/tests/polyjs.urp b/tests/polyjs.urp new file mode 100644 index 00000000..489bd68b --- /dev/null +++ b/tests/polyjs.urp @@ -0,0 +1,5 @@ +ffi polyjsFfi +jsFunc PolyjsFfi.one=one +jsFunc PolyjsFfi.two=two + +polyjs -- cgit v1.2.3