Mercurial > cpdt > repo
diff src/MoreDep.v @ 302:7b38729be069
Tweak mark-up to support coqdoc 8.3
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Mon, 17 Jan 2011 15:12:30 -0500 |
parents | b441010125d4 |
children | d5787b70cf48 |
line wrap: on
line diff
--- a/src/MoreDep.v Mon Jan 17 11:42:09 2011 -0500 +++ b/src/MoreDep.v Mon Jan 17 15:12:30 2011 -0500 @@ -152,7 +152,8 @@ | S _ => A end - ]] *) + ]] + *) Definition hd n (ls : ilist (S n)) : A := hd' ls. (* end thide *) @@ -420,7 +421,8 @@ min_dec : forall n m : nat, {min n m = n} + {min n m = m} - ]] *) + ]] + *) Theorem depth_min : forall c n (t : rbtree c n), depth min t >= n. induction t; crush; @@ -512,13 +514,15 @@ (** [[ Notation Scope "{ x : A & P }" := sigT (fun x : A => P) -]] *) +]] +*) Print sigT. (** [[ Inductive sigT (A : Type) (P : A -> Type) : Type := existT : forall x : A, P x -> sigT P -]] *) +]] +*) (** It will be helpful to define a concise notation for the constructor of [sigT]. *)