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 727ee259..90cf8153 100644
--- a/src/elab_env.sig
+++ b/src/elab_env.sig
@@ -30,6 +30,10 @@ signature ELAB_ENV = sig
exception SynUnif
val liftConInCon : int -> Elab.con -> Elab.con
+ val liftExpInExp : int -> Elab.exp -> Elab.exp
+
+ val subExpInExp : (int * Elab.exp) -> Elab.exp -> Elab.exp
+
type env
val empty : env