comparison 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
comparison
equal deleted inserted replaced
1271:503d4ec93494 1272:56bd4a4f6e66
116 val newNamed : unit -> int 116 val newNamed : unit -> int
117 117
118 val chaseMpath : env -> (int * string list) -> Elab.str * Elab.sgn 118 val chaseMpath : env -> (int * string list) -> Elab.str * Elab.sgn
119 119
120 val patBinds : env -> Elab.pat -> env 120 val patBinds : env -> Elab.pat -> env
121 val patBindsN : Elab.pat -> int
121 122
122 exception Bad of Elab.con * Elab.con 123 exception Bad of Elab.con * Elab.con
123 124
124 end 125 end