aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/elab_env.sig
diff options
context:
space:
mode:
Diffstat (limited to 'src/elab_env.sig')
-rw-r--r--src/elab_env.sig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/elab_env.sig b/src/elab_env.sig
index 0b436106..10d11e3b 100644
--- a/src/elab_env.sig
+++ b/src/elab_env.sig
@@ -47,6 +47,10 @@ signature ELAB_ENV = sig
| Rel of int * 'a
| Named of int * 'a
+ val pushKRel : env -> string -> env
+ val lookupKRel : env -> int -> string
+ val lookupK : env -> string -> int option
+
val pushCRel : env -> string -> Elab.kind -> env
val lookupCRel : env -> int -> string * Elab.kind