diff --git a/examples/scholarly_paper/2021-ITP-PMTI/paper.thy b/examples/scholarly_paper/2021-ITP-PMTI/paper.thy index 0992ada..8bcafe7 100644 --- a/examples/scholarly_paper/2021-ITP-PMTI/paper.thy +++ b/examples/scholarly_paper/2021-ITP-PMTI/paper.thy @@ -405,9 +405,9 @@ types. The notation for terms and types is as follows: text\ ... where the so-called more-field \\\ is used to 'fill-in' record-extensions. Schematic record types allow for simulating object-oriented features such as (single-)inheritance while maintaining a compositional style of verification -@{cite "naraschewski1998object"}: it is possible to prove a property \<^term>\P (x::'a T\ +@{cite "naraschewski1998object"}: it is possible to prove a property \<^term>\P (a::T)\ which will remain true for all extensions (which are just instances of the -\<^typ>\'a T\-type). +\<^typ>\T\-type). \ text\In \<^dof>, \<^verbatim>\onto_class\es and the logically equivalent \<^verbatim>\doc_class\es were