comparison tests/test.urs @ 765:a28982de5645

Successfully influenced effectful-ness status of FFI func
author Adam Chlipala <adamc@hcoop.net>
date Sat, 02 May 2009 11:27:26 -0400
parents 7f653298dd66
children df09c95085f8
comparison
equal deleted inserted replaced
764:7f653298dd66 765:a28982de5645
1 type t 1 type t
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