--- 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*)