Mercurial > urweb
view tests/dtfunctor.ur @ 2049:459ccbf8cd08
When unifying constructor-level unification variables, also unify their kinds
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Fri, 01 Aug 2014 16:11:36 -0400 |
parents | 21ecf340f05c |
children |
line wrap: on
line source
functor Make(M : sig end) = struct datatype t = A | B end structure A = Make(struct end) structure B = Make(struct end) fun main (x : A.t) (y : B.t) : transaction page = return <xml/>