comparison tests/test.urs @ 766:df09c95085f8

More FFI compiler options
author Adam Chlipala <adamc@hcoop.net>
date Sat, 02 May 2009 12:10:43 -0400
parents a28982de5645
children eac1974924bb
comparison
equal deleted inserted replaced
765:a28982de5645 766:df09c95085f8
2 2
3 val create : string -> t 3 val create : string -> t
4 val out : t -> string 4 val out : t -> string
5 val frob : t -> string -> t 5 val frob : t -> string -> t
6 val print : transaction unit 6 val print : transaction unit
7
8 val foo : transaction unit
9 val bar : string -> transaction unit