annotate tests/test.urs @ 1564:da11f7b18067

Add an URWEB_PQ_CON environment variable, which overrides the PostgreSQL connection string.
author Austin Seipp <as@hacks.yi.org>
date Fri, 23 Sep 2011 23:11:59 -0500
parents eac1974924bb
children
rev   line source
adamc@764 1 type t
adamc@764 2
adamc@764 3 val create : string -> t
adamc@764 4 val out : t -> string
adamc@764 5 val frob : t -> string -> t
adamc@765 6 val print : transaction unit
adamc@766 7
adamc@766 8 val foo : transaction unit
adamc@766 9 val bar : string -> transaction unit
adamc@771 10
adamc@771 11 val transactional : transaction unit