diff src/core_env.sig @ 177:5d030ee143e2

Case through corify
author Adam Chlipala <adamc@hcoop.net>
date Sat, 02 Aug 2008 11:15:32 -0400
parents 25b169416ea8
children 9bbf4d383381
line wrap: on
line diff
--- a/src/core_env.sig	Thu Jul 31 16:28:55 2008 -0400
+++ b/src/core_env.sig	Sat Aug 02 11:15:32 2008 -0400
@@ -45,6 +45,8 @@
     val pushDatatype : env -> string -> int -> (string * int * Core.con option) list -> env
     val lookupDatatype : env -> int -> string * (string * int * Core.con option) list
 
+    val lookupConstructor : env -> int -> string * Core.con option * int
+
     val pushERel : env -> string -> Core.con -> env
     val lookupERel : env -> int -> string * Core.con