annotate tests/ubn.ur @ 1989:210fb3dfc483

Some more nested functor bug-fixing, including generating fresh internal names at applications; still need to debug issues with datatype constructors
author Adam Chlipala <adam@chlipala.net>
date Thu, 20 Feb 2014 10:27:15 -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>