diff src/expl_env.sig @ 624:354800878b4d

Kind polymorphism through Explify
author Adam Chlipala <adamc@hcoop.net>
date Sun, 22 Feb 2009 16:32:56 -0500
parents d3cc191cb25f
children cd8d2c73ccf4
line wrap: on
line diff
--- a/src/expl_env.sig	Sun Feb 22 16:10:25 2009 -0500
+++ b/src/expl_env.sig	Sun Feb 22 16:32:56 2009 -0500
@@ -42,6 +42,9 @@
            | 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