aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core_env.sig
diff options
context:
space:
mode:
Diffstat (limited to 'src/core_env.sig')
-rw-r--r--src/core_env.sig4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core_env.sig b/src/core_env.sig
index 56945972..59087ace 100644
--- a/src/core_env.sig
+++ b/src/core_env.sig
@@ -45,8 +45,8 @@ signature CORE_ENV = sig
val pushERel : env -> string -> Core.con -> env
val lookupERel : env -> int -> string * Core.con
- val pushENamed : env -> string -> int -> Core.con -> Core.exp option -> env
- val lookupENamed : env -> int -> string * Core.con * Core.exp option
+ val pushENamed : env -> string -> int -> Core.con -> Core.exp option -> string -> env
+ val lookupENamed : env -> int -> string * Core.con * Core.exp option * string
val declBinds : env -> Core.decl -> env