aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/ex
diff options
context:
space:
mode:
authorGravatar Pierre Courtieu <courtieu@lri.fr>2011-06-08 22:49:47 +0000
committerGravatar Pierre Courtieu <courtieu@lri.fr>2011-06-08 22:49:47 +0000
commit1a0edf9dc05b8065e1ce9f7c6b6f9ea0b63c7088 (patch)
tree1540682a2381604891c7cc5562dafdca5d616dd5 /coq/ex
parent710e27c7d9031df0a14727487c83fb6ec974e883 (diff)
Added one indentation example.
Diffstat (limited to 'coq/ex')
-rw-r--r--coq/ex/indent.v5
1 files changed, 5 insertions, 0 deletions
diff --git a/coq/ex/indent.v b/coq/ex/indent.v
index ce8e1edb..c9583b3e 100644
--- a/coq/ex/indent.v
+++ b/coq/ex/indent.v
@@ -1,5 +1,10 @@
Require Import Arith.
+Lemma L : forall x:nat , nat_iter x (A:=nat) (plus 2) 0 >= x.
+Proof.
+ intros x;
+ toto.
+Qed.
Function div2 (n : nat) {struct n}: nat :=
match n with