Mercurial > urweb
view tests/dtfunctor.ur @ 1803:d2383ffc18ab
Back out last change and pursue a different fix, based on explicitly aborting script execution at times when we don't expect scripts to run
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Fri, 03 Aug 2012 12:39:04 -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/>