summaryrefslogtreecommitdiff
path: root/src/core_env.sig
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-02-22 17:17:01 -0500
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-02-22 17:17:01 -0500
commit093d8971815cc1efbc56536454244d103e60e54c (patch)
treefff01431ea7434be021ffd12b86d70292496434c /src/core_env.sig
parent599ee979c91bdba340716830df58488857d49bad (diff)
demo/hello compiles with kind polymorphism
Diffstat (limited to 'src/core_env.sig')
-rw-r--r--src/core_env.sig3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core_env.sig b/src/core_env.sig
index 98e345cc..6b954c12 100644
--- a/src/core_env.sig
+++ b/src/core_env.sig
@@ -43,6 +43,9 @@ signature CORE_ENV = sig
exception UnboundRel of int
exception UnboundNamed of int
+ val pushKRel : env -> string -> env
+ val lookupKRel : env -> int -> string
+
val pushCRel : env -> string -> Core.kind -> env
val lookupCRel : env -> int -> string * Core.kind