annotate tests/ubn.ur @ 1836:276fa06428ba

Ignore polymorphism in JavaScript calls to custom FFI functions, allowing a kind of simple dynamic typing (unsafe, of course)
author Adam Chlipala <adam@chlipala.net>
date Tue, 11 Dec 2012 15:58:23 -0500
parents ec466c1e082a
children
rev   line source
adam@1580 1 con e = []
adam@1580 2 structure B : sig
adam@1580 3 end = struct
adam@1580 4 end
adam@1580 5 open B
adam@1580 6
adam@1580 7 fun main () =
adam@1580 8 return <xml></xml>