diff src/elab_env.sig @ 1272:56bd4a4f6e66

Some serious bug-fix work to get HTML example to compile; this includes fixing a bug with 'val' patterns in Unnest and the need for more local reduction in Especialize
author Adam Chlipala <adamc@hcoop.net>
date Thu, 03 Jun 2010 13:04:37 -0400
parents d484df4e841a
children c7b9a33c26c8
line wrap: on
line diff
--- a/src/elab_env.sig	Tue Jun 01 15:46:24 2010 -0400
+++ b/src/elab_env.sig	Thu Jun 03 13:04:37 2010 -0400
@@ -118,6 +118,7 @@
     val chaseMpath : env -> (int * string list) -> Elab.str * Elab.sgn
 
     val patBinds : env -> Elab.pat -> env
+    val patBindsN : Elab.pat -> int
 
     exception Bad of Elab.con * Elab.con