src/Pure/context.ML
changeset 22827 7dc27b37f7f7
parent 22603 76c30440c9af
child 22847 22da6c4bc422
equal deleted inserted replaced
22826:0f4c501a691e 22827:7dc27b37f7f7
   567 sig
   567 sig
   568   type T
   568   type T
   569   val init: theory -> theory
   569   val init: theory -> theory
   570   val print: theory -> unit
   570   val print: theory -> unit
   571   val get: theory -> T
   571   val get: theory -> T
   572   val get_sg: theory -> T    (*obsolete*)
       
   573   val put: T -> theory -> theory
   572   val put: T -> theory -> theory
   574   val map: (T -> T) -> theory -> theory
   573   val map: (T -> T) -> theory -> theory
   575 end;
   574 end;
   576 
   575 
   577 functor TheoryDataFun(Data: THEORY_DATA_ARGS): THEORY_DATA =
   576 functor TheoryDataFun(Data: THEORY_DATA_ARGS): THEORY_DATA =