summaryrefslogtreecommitdiff
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
commit56fa65fe24da94c3a0d2ce1fcdd0bd7325e5d7ba (patch)
tree9720fe837fa35bd4404d0013f77da0e0a51584ae /src/expl_env.sig
parentef4284bc3cf37e2f32ae2faddf07b4b8ed01ddac (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