From 85c5fc291ece27b13a28a3ec50b67ff437a18834 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 22 Feb 2009 16:32:56 -0500 Subject: Kind polymorphism through Explify --- src/expl_env.sig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/expl_env.sig') diff --git a/src/expl_env.sig b/src/expl_env.sig index 00179e45..5ded0f02 100644 --- a/src/expl_env.sig +++ b/src/expl_env.sig @@ -42,6 +42,9 @@ signature EXPL_ENV = sig | 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 -- cgit v1.2.3