diff src/settings.sig @ 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 c3119c263bd3
children 0992323fa264
line wrap: on
line diff
--- a/src/settings.sig	Thu Oct 10 14:48:43 2013 -0400
+++ b/src/settings.sig	Thu Oct 10 18:01:30 2013 -0400
@@ -73,6 +73,7 @@
 
     (* Which FFI functions have side effects? *)
     val setEffectful : ffi list -> unit
+    val addEffectful : ffi -> unit
     val isEffectful : ffi -> bool
 
     (* Which FFI functions should not have their calls removed or reordered, but cause no lasting effects? *)