# HG changeset patch # User wenzelm # Date 895683419 -7200 # Node ID addfa29d0481a7081060422f9988c9576ed3857f # Parent 8637b29e6c38737f33bbb5c91d7eeeb0277dc4e5 tuned keywords; diff -r 8637b29e6c38 -r addfa29d0481 src/Pure/Thy/thy_parse.ML --- a/src/Pure/Thy/thy_parse.ML Wed May 20 18:56:36 1998 +0200 +++ b/src/Pure/Thy/thy_parse.ML Wed May 20 18:56:59 1998 +0200 @@ -546,9 +546,9 @@ val pure_keywords = - ["end", "ML", "MLtext", "mixfix", "infixr", "infixl", "binder", "global", - "local", "output", "=", "+", ",", "<", "{", "}", "(", ")", "[", "]", - "::", "==", "=>", "<="]; + ["end", "ML", "mixfix", "infixr", "infixl", "binder", "output", "=", + "+", ",", "<", "{", "}", "(", ")", "[", "]", "::", "==", "=>", + "<="]; val pure_sections = [section "classes" "|> Theory.add_classes" class_decls,