diff options
| author | msozeau | 2008-04-12 16:01:36 +0000 |
|---|---|---|
| committer | msozeau | 2008-04-12 16:01:36 +0000 |
| commit | 1ea4a8d26516af14670cc677a5a0fce04b90caf7 (patch) | |
| tree | f97ad5097f4a5ef3eb3c71e2affb646f22d3ec51 /contrib/funind | |
| parent | df77da121b86c64a91ea729f39afc92f10676893 (diff) | |
Adding 'at' to rewrite, as it is already implemented in setoid_rewrite.
Uses setoid_rewrite even if rewriting with leibniz if there are
specified occurences, maybe a combination of pattern and rewrite could
be done instead. Correct spelling of occurrences.
Coq does not compile with this patch, the next one will make it compile
again.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10781 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/funind')
| -rw-r--r-- | contrib/funind/functional_principles_proofs.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/funind/functional_principles_proofs.ml b/contrib/funind/functional_principles_proofs.ml index bb0d3335ce..c82e607d4e 100644 --- a/contrib/funind/functional_principles_proofs.ml +++ b/contrib/funind/functional_principles_proofs.ml @@ -1364,7 +1364,7 @@ let rec rewrite_eqs_in_eqs eqs = (fun id gl -> observe_tac (Format.sprintf "rewrite %s in %s " (string_of_id eq) (string_of_id id)) - (tclTRY (Equality.general_rewrite_in true id (mkVar eq) false)) + (tclTRY (Equality.general_rewrite_in true [] id (mkVar eq) false)) gl ) eqs |
