Mercurial > urweb
view tests/sig_wild.ur @ 1637:e374b6b8ab38
Allow .urp libraries to set prefix
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sat, 17 Dec 2011 13:10:23 -0500 |
parents | 71bafe66dbe1 |
children |
line wrap: on
line source
signature S = sig type t val x : t end structure M : S = struct type t = _ val x = 0 end