This commit is contained in:
Burkhart Wolff 2019-01-21 15:00:18 +01:00
parent 964429368b
commit 9757268b55
1 changed files with 6 additions and 1 deletions

View File

@ -791,6 +791,11 @@ fun ML_isa_check_docitem thy (term, req_ty, pos) =
else err ("faulty reference to docitem: "^name) pos
in ML_isa_check_generic check thy (term, pos) end
(* utilities *)
fun property_list_dest X = map HOLogic.dest_string
(map (fn Const ("Isa_DOF.ISA_term", _) $ s => s )
(HOLogic.dest_list X))
end; (* struct *)
@ -1617,5 +1622,5 @@ writeln (DOF_core.toStringDocItemRef "scholarly_paper.introduction" "XX" []);
(DOF_core.write_ontology_latex_sty_template @{theory})
\<close>
*)
ML\<open>op oo\<close>
end