summaryrefslogtreecommitdiff
path: root/src/core_env.sig
diff options
context:
space:
mode:
Diffstat (limited to 'src/core_env.sig')
-rw-r--r--src/core_env.sig3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core_env.sig b/src/core_env.sig
index 59087ace..b2005fa8 100644
--- a/src/core_env.sig
+++ b/src/core_env.sig
@@ -42,6 +42,9 @@ signature CORE_ENV = sig
val pushCNamed : env -> string -> int -> Core.kind -> Core.con option -> env
val lookupCNamed : env -> int -> string * Core.kind * Core.con option
+ val pushDatatype : env -> string -> int -> (string * int * Core.con option) list -> env
+ val lookupDatatype : env -> int -> string * (string * int * Core.con option) list
+
val pushERel : env -> string -> Core.con -> env
val lookupERel : env -> int -> string * Core.con