diff --git a/examples/scholarly_paper/2021-ITP-PMTI/paper.thy b/examples/scholarly_paper/2021-ITP-PMTI/paper.thy index 8bcafe71..e0b1e66e 100644 --- a/examples/scholarly_paper/2021-ITP-PMTI/paper.thy +++ b/examples/scholarly_paper/2021-ITP-PMTI/paper.thy @@ -405,7 +405,7 @@ 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 (a::T)\ +@{cite "naraschewski1998object"}: it is possible to prove a property \<^term>\P (z::'a T_scheme)\ which will remain true for all extensions (which are just instances of the \<^typ>\T\-type). \