From 1f7d0c20ae30c11cdc64a2c2fc90f15cdf02c34b Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 22 Feb 2009 17:17:01 -0500 Subject: demo/hello compiles with kind polymorphism --- src/core_env.sig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/core_env.sig') 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 -- cgit v1.2.3