aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/ex/indent.v
diff options
context:
space:
mode:
Diffstat (limited to 'coq/ex/indent.v')
-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