Updated comment about list_subset_univ and list_into_univ.
authorlcp
Mon, 27 Feb 1995 17:40:57 +0100
changeset 908 1f99a44c10cb
parent 907 61fcac0e50fc
child 909 5de21942d046
Updated comment about list_subset_univ and list_into_univ.
src/ZF/List.ML
--- a/src/ZF/List.ML	Mon Feb 27 17:27:50 1995 +0100
+++ b/src/ZF/List.ML	Mon Feb 27 17:40:57 1995 +0100
@@ -46,7 +46,7 @@
 			    Pair_in_univ]) 1);
 qed "list_univ";
 
-(*These two theorems are unused -- useful??*)
+(*These two theorems justify datatypes involving list(nat), list(A), ...*)
 bind_thm ("list_subset_univ", ([list_mono, list_univ] MRS subset_trans));
 
 goal List.thy "!!l A B. [| l: list(A);  A <= univ(B) |] ==> l: univ(B)";