diff src/elab_env.sig @ 623:588b9d16b00a

Start of kind polymorphism, up to the point where demo/hello elaborates with updated Basis/Top
author Adam Chlipala <adamc@hcoop.net>
date Sun, 22 Feb 2009 16:10:25 -0500
parents 33d5bd69da00
children 7292bcb7c02d
line wrap: on
line diff
--- a/src/elab_env.sig	Sat Feb 21 16:11:56 2009 -0500
+++ b/src/elab_env.sig	Sun Feb 22 16:10:25 2009 -0500
@@ -47,6 +47,10 @@
            | Rel of int * 'a
            | Named of int * 'a
 
+    val pushKRel : env -> string -> env
+    val lookupKRel : env -> int -> string
+    val lookupK : env -> string -> int option
+
     val pushCRel : env -> string -> Elab.kind -> env
     val lookupCRel : env -> int -> string * Elab.kind