Mercurial > urweb
view tests/sig_wild.ur @ 1674:4cacced4a6da
Tweak Especialize heuristic
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Wed, 11 Jan 2012 11:08:48 -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