Typo - correction

This commit is contained in:
Burkhart Wolff 2018-10-11 14:55:57 +02:00
parent 71a889ee58
commit 50ff554d53
1 changed files with 4 additions and 4 deletions

View File

@ -20,10 +20,10 @@ the emphasis of this presentation is to present the expressivity of ODL on a par
text\<open>Voila the content of the Isabelle_DOF environment so far:\<close>
ML\<open> val {docobj_tab={tab = x, ...},
docclass_tab,
ISA_transformer_tab}= DOF_core.get_data @{context};
Symtab.dest ISA_transformer_tab; \<close>
ML\<open>
val {docobj_tab={tab = x, ...},docclass_tab, ISA_transformer_tab,...} = DOF_core.get_data @{context};
Symtab.dest ISA_transformer_tab;
\<close>
text\<open>Some sample lemma:\<close>
lemma murks : "Example" sorry