src/HOL/Algebra/ROOT.ML
changeset 13940 c67798653056
parent 13936 d3671b878828
child 13943 83d842ccd4aa
--- a/src/HOL/Algebra/ROOT.ML	Wed Apr 30 18:31:38 2003 +0200
+++ b/src/HOL/Algebra/ROOT.ML	Wed Apr 30 18:32:06 2003 +0200
@@ -6,8 +6,9 @@
 
 (* New development, based on explicit structures *)
 
+no_document use_thy "FuncSet";
 use_thy "Sylow";		(* Groups *)
-(* use_thy "UnivPoly"; *)	(* Rings and polynomials *)
+use_thy "UnivPoly";		(* Rings and polynomials *)
 
 (* Old development, based on axiomatic type classes.
    Will be withdrawn in future. *)