Mercurial > urweb
view tests/dtfunctor.ur @ 1738:1a35e75b6967
Catch duplicate top-level module names; fix dropping of constraints during incremental elaboration; document treatment of record types as type class instance types
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Thu, 03 May 2012 09:56:41 -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/>