From cd21f033922b22f855111e171ece9591009cf15b Mon Sep 17 00:00:00 2001 From: msozeau Date: Thu, 17 Jan 2008 16:04:42 +0000 Subject: Add new LetPattern construct to replace dest. syntax: let| pat := t in b is backwards compatible. Update CHANGES with things i've done. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10446 85f007b7-540e-0410-9357-904b9bb8a0f7 --- pretyping/cases.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pretyping/cases.ml') diff --git a/pretyping/cases.ml b/pretyping/cases.ml index e71083c50..b7317b5be 100644 --- a/pretyping/cases.ml +++ b/pretyping/cases.ml @@ -69,7 +69,7 @@ module type S = sig (type_constraint -> env -> rawconstr -> unsafe_judgment) * Evd.evar_defs ref -> type_constraint -> - env -> rawconstr option * tomatch_tuple * cases_clauses -> + env -> rawconstr option * tomatch_tuples * cases_clauses -> unsafe_judgment end -- cgit v1.2.3