doc-src/Inductive/ind-defs.tex
changeset 6141 a6922171b396
parent 6124 3aa7926f039a
child 6631 ccae8c659762
--- a/doc-src/Inductive/ind-defs.tex	Tue Jan 19 11:16:39 1999 +0100
+++ b/doc-src/Inductive/ind-defs.tex	Tue Jan 19 11:18:11 1999 +0100
@@ -632,9 +632,9 @@
 deduces the corresponding form of~$i$;  this is called rule inversion.  
 Here is a sample session: 
 \begin{ttbox}
-listn.mk_cases list.con_defs "<i,Nil> : listn(A)";
+listn.mk_cases "<i,Nil> : listn(A)";
 {\out "[| <?i, []> : listn(?A); ?i = 0 ==> ?Q |] ==> ?Q" : thm}
-listn.mk_cases list.con_defs "<i,Cons(a,l)> : listn(A)";
+listn.mk_cases "<i,Cons(a,l)> : listn(A)";
 {\out "[| <?i, Cons(?a, ?l)> : listn(?A);}
 {\out     !!n. [| ?a : ?A; <n, ?l> : listn(?A); ?i = succ(n) |] ==> ?Q }
 {\out  |] ==> ?Q" : thm}