aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cjr.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2014-08-17 13:07:56 -0400
committerGravatar Adam Chlipala <adam@chlipala.net>2014-08-17 13:07:56 -0400
commite230d565f1f0604eee2c964dab5374d07c24ed6d (patch)
treee8dd9defb6693cf3a9e153494da978d2391854c2 /src/cjr.sml
parent4e6800f06759329f892ca8f40fcf50186b3785e1 (diff)
New phase: Dbmodecheck
Diffstat (limited to 'src/cjr.sml')
-rw-r--r--src/cjr.sml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cjr.sml b/src/cjr.sml
index 8cbabdcc..3742a06f 100644
--- a/src/cjr.sml
+++ b/src/cjr.sml
@@ -129,10 +129,11 @@ datatype decl' =
withtype decl = decl' located
datatype sidedness = datatype Mono.sidedness
+datatype dbmode = datatype Mono.dbmode
datatype effect = datatype Export.effect
datatype export_kind = datatype Export.export_kind
-type file = decl list * (export_kind * string * int * typ list * typ * sidedness * bool) list
+type file = decl list * (export_kind * string * int * typ list * typ * sidedness * dbmode * bool) list
end