aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/sqlcache.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/sqlcache.sml')
-rw-r--r--src/sqlcache.sml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sqlcache.sml b/src/sqlcache.sml
index 40081351..8efe999c 100644
--- a/src/sqlcache.sml
+++ b/src/sqlcache.sml
@@ -101,7 +101,7 @@ fun effectful (effs : IS.set) =
end
(* TODO: test this. *)
-fun effectfulDecls ({decls, ...} : file) =
+fun effectfulDecls (decls, _) =
let
fun doVal ((_, name, _, e, _), effs) =
if effectful effs MonoEnv.empty e