Mercurial > urweb
view tests/dtfunctor.ur @ 2164:728aaeea12fd
Add a simple 'make test' target
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Wed, 29 Jul 2015 10:08:03 -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/>