diff options
| author | msozeau | 2008-07-22 14:35:51 +0000 |
|---|---|---|
| committer | msozeau | 2008-07-22 14:35:51 +0000 |
| commit | d619a834de7548649f53d59ec4fc9e892b33d24c (patch) | |
| tree | 10bb2d3e30caeccfada2e2d812a56cf416e8d89a /contrib | |
| parent | 2debc4ab0b171963afff40cc3183e4e92cca9a0e (diff) | |
A try at allowing matching on applications as a binary syntax node by default.
It breaks tauto as [?X _ _] matches much more terms. It is mostly fixed
by not destructing objects of record types. The new [intuition] was also
pulling an unneeded dependency in Field_theory which can be cleared
easily. Zis_gcd_bezout is also considered a conjunction now, which seems
correct(?).
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11243 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/setoid_ring/Field_theory.v | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/setoid_ring/Field_theory.v b/contrib/setoid_ring/Field_theory.v index 65a397acc6..b2e5cc4b7a 100644 --- a/contrib/setoid_ring/Field_theory.v +++ b/contrib/setoid_ring/Field_theory.v @@ -1619,6 +1619,7 @@ split. generalize (PCond_cons_inv_l _ _ _ H1); simpl; auto. apply H0. generalize (PCond_cons_inv_r _ _ _ H1); simpl; auto. +clear get_sign get_sign_spec. generalize Hp; case l0; simpl; intuition. Qed. |
