aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc/coq
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2008-01-25 15:26:11 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2008-01-25 15:26:11 +0000
commit470ea050b6cfa3b96f4eb5721d36d6f56e2588bb (patch)
tree74460ec349868f1b54892b49d15e73e69d9e91c1 /etc/coq
parent9442124c8204c6d8fec6fd1261fb2a19c9b6521b (diff)
Updated.
Diffstat (limited to 'etc/coq')
-rw-r--r--etc/coq/indent.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/coq/indent.v b/etc/coq/indent.v
index 46839715..be27f9ef 100644
--- a/etc/coq/indent.v
+++ b/etc/coq/indent.v
@@ -64,5 +64,5 @@ Theorem p : forall (P : Prop), P -> P.
Proof.
try (simpl
in *).
- intros P H. apply H.
+ intros P H. apply H. (* da: shouldn't we outdent again here? *)
Qed.