Mercurial > urweb
view tests/test.urs @ 1929:f792a6544093
Add show instance for 'id' type
author | Sergey Mironov <grrwlf@gmail.com> |
---|---|
date | Mon, 07 Oct 2013 14:08:10 +0400 |
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