diff src/core_env.sig @ 626:230654093b51

demo/hello compiles with kind polymorphism
author Adam Chlipala <adamc@hcoop.net>
date Sun, 22 Feb 2009 17:17:01 -0500
parents bd9ee9aeca2f
children 4a125bbc602d
line wrap: on
line diff
--- a/src/core_env.sig	Sun Feb 22 16:33:55 2009 -0500
+++ b/src/core_env.sig	Sun Feb 22 17:17:01 2009 -0500
@@ -43,6 +43,9 @@
     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