]> matita.cs.unibo.it Git - helm.git/commit
support for _ in binders, and a more coplex pattern that should help if
authorEnrico Tassi <enrico.tassi@inria.fr>
Mon, 27 Jun 2005 12:24:32 +0000 (12:24 +0000)
committerEnrico Tassi <enrico.tassi@inria.fr>
Mon, 27 Jun 2005 12:24:32 +0000 (12:24 +0000)
commit180f30d039f1d2894c6a118ecee5549835127c72
treec21b54d900a00270bd2827a6c52add946dcf8be3
parent6e8c7b9234ff7092008384b5e41782eac173aa05
support for _ in binders, and a more coplex pattern that should help if
patterns will be used on subterms.
match pattern, term with
| Binder Anonymous, Binder name -> recursion
| Binder name1, Binder name2 when name1 = name2 -> recursion
| Binder name1, Binder name2 -> []
helm/ocaml/cic_disambiguation/cicTextualParser2.ml
helm/ocaml/tactics/proofEngineHelpers.ml