src/Pure/Isar/isar_syn.ML
changeset 6512 d174c937bf93
parent 6501 392333eb31cb
child 6530 473305b71b74
--- a/src/Pure/Isar/isar_syn.ML	Tue Apr 27 10:42:37 1999 +0200
+++ b/src/Pure/Isar/isar_syn.ML	Tue Apr 27 10:42:55 1999 +0200
@@ -493,9 +493,9 @@
   outer_parse.ML, otherwise be prepared for unexpected errors*)
 
 val keywords =
- ["(", ")", "*", "+", "--", ",", ":", "::", ";", "<", "<=", "=", "==", "=>",
-  "?", "[", "]", "and", "as", "binder", "files", "infixl", "infixr", "is",
-  "output", "{", "|", "}"];
+ ["!", "(", ")", "*", "+", "--", ",", ":", "::", ";", "<", "<=", "=", "==", "=>",
+  "?", "[", "]", "and", "as", "binder", "files", "infixl", "infixr",
+  "is", "output", "{", "|", "}"];
 
 val parsers = [
   (*theory structure*)