From 08bee251e9471ab1c1e634e85cd2e1c3830cd566 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Thu, 10 Oct 2013 18:01:30 -0400 Subject: Make transactional FFI functions effectful by default --- tests/ffi_eff.urs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/ffi_eff.urs (limited to 'tests/ffi_eff.urs') diff --git a/tests/ffi_eff.urs b/tests/ffi_eff.urs new file mode 100644 index 00000000..150c4da3 --- /dev/null +++ b/tests/ffi_eff.urs @@ -0,0 +1,2 @@ +val shout : string -> transaction {} +val sneakyShout : string -> int -- cgit v1.2.3