We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ffde91 commit b3a5924Copy full SHA for b3a5924
developers/readme_gen.sml
@@ -46,6 +46,9 @@ val ILLEGAL_STRINGS =
46
("type_abbrev(\"", "The Type syntax is to be used instead of type_abbrev."),
47
("overload_on(\"", "Use Overload ... = ``...`` instead of overload_on."),
48
("Hol_datatype"^"`", "Use Datatype: ... End syntax instead of Hol_datatype."),
49
+ ("Datatype"^"`", "Use Datatype: ... End syntax instead of Datatype with `"),
50
+ (* \226\128\152 corresponds to ‘ *)
51
+ ("Datatype"^"\226\128\152", "Use Datatype: ... End syntax instead of Datatype\226\128\152."),
52
("Hol_rel"^"n`","Use Inductive ... End instead of old Hol_reln."),
53
("Hol_rel"^"n\"","Use Inductive ... End instead of old Hol_reln."),
54
("Hol_corel"^"n`","Use CoInductive ... End instead of old Hol_coreln.")]
0 commit comments