aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/ffi_eff.urs
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2013-10-10 18:01:30 -0400
committerGravatar Adam Chlipala <adam@chlipala.net>2013-10-10 18:01:30 -0400
commit08bee251e9471ab1c1e634e85cd2e1c3830cd566 (patch)
tree36da11fa0eda62dae9ec1f9b6b2e759f28039265 /tests/ffi_eff.urs
parent8b2c97e6fe1a63cb59655d83c1411fe75d9505d4 (diff)
Make transactional FFI functions effectful by default
Diffstat (limited to 'tests/ffi_eff.urs')
-rw-r--r--tests/ffi_eff.urs2
1 files changed, 2 insertions, 0 deletions
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