mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-20 13:51:38 +03:00
Merge pull request #4142 from dbenn/patch-3
[coq/en] remove extra "prove" from comment
This commit is contained in:
commit
67ec5133a2
@ -472,7 +472,7 @@ Proof.
|
|||||||
intros A B ab. destruct ab as [ a b ]. apply a.
|
intros A B ab. destruct ab as [ a b ]. apply a.
|
||||||
Qed.
|
Qed.
|
||||||
|
|
||||||
(* We can prove easily prove simple polynomial equalities using the
|
(* We can easily prove simple polynomial equalities using the
|
||||||
automated tactic ring. *)
|
automated tactic ring. *)
|
||||||
|
|
||||||
Require Import Ring.
|
Require Import Ring.
|
||||||
|
Loading…
Reference in New Issue
Block a user