view tests/subs_sig.lac @ 86:7f9bcc8bfa1e

More with disjointness assumptions
author Adam Chlipala <adamc@hcoop.net>
date Tue, 01 Jul 2008 13:19:14 -0400
parents 2adb20eebee3
children
line wrap: on
line source
signature S = sig
        type t
end

structure S : S = struct
        type t = int
end