summaryrefslogtreecommitdiff
path: root/tests/subs_sig.ur
blob: 934f604202ea04d4182efb9be42e6f54b8e29b70 (plain)
1
2
3
4
5
6
7
signature S = sig
        type t
end

structure S : S = struct
        type t = int
end