Mercurial > urweb
view tests/test.urs @ 1354:1b286f2309bc
Fix manual mistake about '@' notations; remove obsolete demos
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Mon, 20 Dec 2010 19:28:41 -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