changeset 80914 | d97fdabd9e2b |
parent 67406 | 23307fd33906 |
child 80983 | 2cc651d3ce8e |
--- a/src/Doc/Tutorial/Misc/fakenat.thy Fri Sep 20 19:07:10 2024 +0200 +++ b/src/Doc/Tutorial/Misc/fakenat.thy Fri Sep 20 19:51:08 2024 +0200 @@ -8,7 +8,7 @@ It behaves approximately as if it were declared like this: \<close> -datatype nat = zero ("0") | Suc nat +datatype nat = zero (\<open>0\<close>) | Suc nat (*<*) end (*>*)