Small things at CENELEC arising from FM paper.
HOL-OCL/Isabelle_DOF/master This commit looks good Details

text_elem according to common discussopn with Achim.
This commit is contained in:
Burkhart Wolff 2019-04-16 11:06:21 +02:00
parent 3e3fc502c3
commit 436d41d232
2 changed files with 5 additions and 6 deletions

View File

@ -60,15 +60,13 @@ we follow LaTeX terminology on levels
for scholarly paper: invariant level > 0 \<close>
doc_class text_element =
level :: "int option" <= "None"
(*
referentiable :: boolean <= "false"
variants :: "string_literal set" <= "{''outline'', ''document''}"
*)
level :: "int option" <= "None"
referentiable :: bool <= "False"
variants :: "String.literal set" <= "{STR ''outline'', STR ''document''}"
section\<open>Some attempt to model standardized links to Standard Isabelle Formal Content\<close>
doc_class assertions =
doc_class assertions =
properties :: "term list"
doc_class "thms" =

View File

@ -358,6 +358,7 @@ for exported constraints assuring in judgements safety requirements of the syste
doc_class SRAC = EC +
assumption_kind :: ass_kind <= (*default *) formal
formal_repr :: "thm list"
type_synonym safety_related_application_condition = SRAC