src/Pure/theory.ML
changeset 80074 951c371c1cd9
parent 80073 40f5ddeda2b4
child 81507 08574da77b4a
equal deleted inserted replaced
80073:40f5ddeda2b4 80074:951c371c1cd9
   199       thy
   199       thy
   200       |> init_markup (name, pos)
   200       |> init_markup (name, pos)
   201       |> Sign.init_naming
   201       |> Sign.init_naming
   202       |> Sign.local_path
   202       |> Sign.local_path
   203       |> apply_wrappers wrappers
   203       |> apply_wrappers wrappers
   204       |> tap (Syntax.cache_syntax o Sign.syn_of)
   204       |> tap (Syntax.cache_syntax o Sign.syntax_of)
   205     end;
   205     end;
   206 
   206 
   207 fun end_theory thy =
   207 fun end_theory thy =
   208   thy
   208   thy
   209   |> apply_wrappers (end_wrappers thy)
   209   |> apply_wrappers (end_wrappers thy)