view tests/subs_sig.lac @ 177:5d030ee143e2

Case through corify
author Adam Chlipala <adamc@hcoop.net>
date Sat, 02 Aug 2008 11:15:32 -0400
parents 2adb20eebee3
children
line wrap: on
line source
signature S = sig
        type t
end

structure S : S = struct
        type t = int
end