summaryrefslogtreecommitdiff
path: root/demo
diff options
context:
space:
mode:
Diffstat (limited to 'demo')
-rw-r--r--demo/batchFun.ur1
-rw-r--r--demo/crud.ur1
2 files changed, 0 insertions, 2 deletions
diff --git a/demo/batchFun.ur b/demo/batchFun.ur
index 4243970a..560c0c55 100644
--- a/demo/batchFun.ur
+++ b/demo/batchFun.ur
@@ -34,7 +34,6 @@ functor Make(M : sig
val cols : colsMeta cols
end) = struct
- open constraints M
val t = M.tab
datatype list t = Nil | Cons of t * list t
diff --git a/demo/crud.ur b/demo/crud.ur
index baf157e5..72523a9d 100644
--- a/demo/crud.ur
+++ b/demo/crud.ur
@@ -42,7 +42,6 @@ functor Make(M : sig
val cols : colsMeta cols
end) = struct
- open constraints M
val tab = M.tab
sequence seq