view tests/test.urs @ 1450:d40104c112df

Warn that tests ought not to be used
author Adam Chlipala <adam@chlipala.net>
date Sun, 17 Apr 2011 11:21:19 -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