eliminated bullocks

This commit is contained in:
Burkhart Wolff 2019-05-27 11:44:30 +02:00
parent d4bb579e09
commit 88773050d3
2 changed files with 1 additions and 17 deletions

View File

@ -44,12 +44,7 @@ theory Isa_DOF (* Isabelle Document Ontology Framework *)
begin
text\<open> @{footnote \<open>sdf\<close>}, @{file "$ISABELLE_HOME/src/Pure/ROOT.ML"}\<close>
<<<<<<< HEAD
=======
(*ML_file "patches/thy_output.ML";*)
>>>>>>> d2e5bea25a311ff8210d30366b61b78bd7056efe
section\<open>Primitive Markup Generators\<close>
ML\<open>

View File

@ -366,12 +366,8 @@ val locale =
Scan.option ((Parse.$$$ "(" -- improper -- Parse.$$$ "in") |--
Parse.!!! (improper |-- Parse.name --| (improper -- Parse.$$$ ")")));
<<<<<<< HEAD
val meta_args_parser_hook = Synchronized.var "meta args parder hook"
((fn thy => fn s => ("",s)): theory -> string parser);
=======
val meta_args_parser_hook = Unsynchronized.ref ((fn thy => fn s => ("",s)): theory -> string parser)
>>>>>>> d2e5bea25a311ff8210d30366b61b78bd7056efe
in
@ -380,10 +376,7 @@ type segment = {span: Command_Span.span, command: Toplevel.transition, state: To
fun present_thy options thy (segments: segment list) =
let
<<<<<<< HEAD
=======
>>>>>>> d2e5bea25a311ff8210d30366b61b78bd7056efe
val keywords = Thy_Header.get_keywords thy;
@ -399,11 +392,7 @@ fun present_thy options thy (segments: segment list) =
Scan.repeat tag --
(improper |--
(Parse.!!!!
<<<<<<< HEAD
( (Synchronized.value meta_args_parser_hook thy)
=======
((!meta_args_parser_hook thy)
>>>>>>> d2e5bea25a311ff8210d30366b61b78bd7056efe
-- ( (improper -- locale -- improper)
|-- (Parse.document_source))
--| improper_end)))