aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/expl_env.sig
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-02-22 16:32:56 -0500
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-02-22 16:32:56 -0500
commit85c5fc291ece27b13a28a3ec50b67ff437a18834 (patch)
tree9720fe837fa35bd4404d0013f77da0e0a51584ae /src/expl_env.sig
parent85cf99a95c910841f197ca911bb13d044456de7f (diff)
Kind polymorphism through Explify
Diffstat (limited to 'src/expl_env.sig')
-rw-r--r--src/expl_env.sig3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/expl_env.sig b/src/expl_env.sig
index 00179e45..5ded0f02 100644
--- a/src/expl_env.sig
+++ b/src/expl_env.sig
@@ -42,6 +42,9 @@ signature EXPL_ENV = sig
| Rel of int * 'a
| Named of int * 'a
+ val pushKRel : env -> string -> env
+ val lookupKRel : env -> int -> string
+
val pushCRel : env -> string -> Expl.kind -> env
val lookupCRel : env -> int -> string * Expl.kind