src/Pure/theory.ML
changeset 4970 8b65444edbb0
parent 4912 9ac1c22dfe43
child 4974 45b7a51342a1
--- a/src/Pure/theory.ML	Wed May 27 12:19:35 1998 +0200
+++ b/src/Pure/theory.ML	Wed May 27 12:21:39 1998 +0200
@@ -84,7 +84,7 @@
   val put_data: string * object -> theory -> theory
   val prep_ext: theory -> theory
   val prep_ext_merge: theory list -> theory
-  val require: theory -> string -> string -> unit
+  val requires: theory -> string -> string -> unit
   val pre_pure: theory
 end;
 
@@ -125,7 +125,7 @@
 val eq_thy = Sign.eq_sg o pairself sign_of;
 
 (*check for some named theory*)
-fun require thy name what =
+fun requires thy name what =
   if exists (equal name) (Sign.stamp_names_of (sign_of thy)) then ()
   else error ("Require theory " ^ quote name ^ " as an ancestor for " ^ what);