Mercurial > urweb
view tests/test.urs @ 1344:660a2715e2bd
Clarify that you aren't supposed to be able to create new XML tags
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Thu, 16 Dec 2010 10:23:37 -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