Mercurial > urweb
view tests/test.urs @ 1092:6f4b05fc4361
Catch attempts to mention multiple versions of the same rooted module
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Fri, 25 Dec 2009 10:48:02 -0500 |
parents | eac1974924bb |
children |
line wrap: on
line source
type t val create : string -> t val out : t -> string val frob : t -> string -> t val print : transaction unit val foo : transaction unit val bar : string -> transaction unit val transactional : transaction unit