diff tests/ffi_eff.urs @ 1878:df6a040f5389

Make transactional FFI functions effectful by default
author Adam Chlipala <adam@chlipala.net>
date Thu, 10 Oct 2013 18:01:30 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/ffi_eff.urs	Thu Oct 10 18:01:30 2013 -0400
@@ -0,0 +1,2 @@
+val shout : string -> transaction {}
+val sneakyShout : string -> int