annotate tests/test.urs @ 2162:c39c48696393

Allow returnBlob and redirect in static protocol Both of these functions end up returning RETURN_INDIRECTLY, which is assumed to be an error by static.c's main. Treat it as success instead.
author Julian Squires <julian@cipht.net>
date Mon, 13 Jul 2015 14:34:30 -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