annotate tests/test.urs @ 2209:0ca11d57c175

Cleans up interface (it's now a command line option) and renames project to "sqlcache" in the all-one-word style. Still has issues to do with concurrency, retrying transactions, and foreign function calls that either rely on state or have side effects.
author Ziv Scully <ziv@mit.edu>
date Sat, 31 May 2014 03:08:16 -0400
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