diff options
| author | David Aspinall | 2004-04-22 10:21:05 +0000 |
|---|---|---|
| committer | David Aspinall | 2004-04-22 10:21:05 +0000 |
| commit | b03ab4806e33a5f0a808d6325b87ab95189cd460 (patch) | |
| tree | 46c2d62dca3d3db5cc796a3e0a82dae79e6f882e /coq/example.v | |
| parent | 48c7ab576a42556e1891a3ca15225378e49cde48 (diff) | |
Update to Coq 8.0 syntax
Diffstat (limited to 'coq/example.v')
| -rw-r--r-- | coq/example.v | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/coq/example.v b/coq/example.v index 6e88c5c8..95a9adac 100644 --- a/coq/example.v +++ b/coq/example.v @@ -5,9 +5,9 @@ *) Goal forall (A B:Prop),(A /\ B) -> (B /\ A). - intros A B H. + intros A B. + intros H. elim H. - intros. split. assumption. assumption. |
