equal
deleted
inserted
replaced
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) |