Mercurial > urweb
view tests/test.urs @ 1148:a48966743c37
AM_INIT_AUTOMAKE with no-define (to fix some NetBSD and OS X problems)
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sat, 06 Feb 2010 13:27:05 -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