diff src/export.sig @ 1936:6745eafff617

Start SQL transactions as read-only when possible, based on conservative program analysis
author Adam Chlipala <adam@chlipala.net>
date Thu, 12 Dec 2013 17:42:48 -0500
parents b106ca8200b1
children
line wrap: on
line diff
--- a/src/export.sig	Thu Dec 12 10:31:34 2013 -0500
+++ b/src/export.sig	Thu Dec 12 17:42:48 2013 -0500
@@ -33,7 +33,7 @@
        | ReadWrite
 
 datatype export_kind =
-         Link
+         Link of effect
        | Action of effect
        | Rpc of effect
        | Extern of effect