view tests/subs_sig.lac @ 76:522f4bd3955e

Broaden unification context
author Adam Chlipala <adamc@hcoop.net>
date Sun, 29 Jun 2008 10:39:43 -0400
parents 2adb20eebee3
children
line wrap: on
line source
signature S = sig
        type t
end

structure S : S = struct
        type t = int
end