src/Pure/ProofGeneral/proof_general_keywords.ML
author berghofe
Tue, 13 Nov 2007 11:02:55 +0100
changeset 25425 9191942c4ead
parent 24881 711142251c81
child 29606 fedb8be05f24
permissions -rw-r--r--
Removed some case_names and consumes attributes that are now no longer needed due to changes in the to_pred and to_set attributes.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
24881
711142251c81 Dummy session with outer syntax keyword initialization.
wenzelm
parents:
diff changeset
     1
(*  Title:      Pure/ProofGeneral/proof_general_keywords.ML
711142251c81 Dummy session with outer syntax keyword initialization.
wenzelm
parents:
diff changeset
     2
    ID:         $Id$
711142251c81 Dummy session with outer syntax keyword initialization.
wenzelm
parents:
diff changeset
     3
    Author:     Makarius
711142251c81 Dummy session with outer syntax keyword initialization.
wenzelm
parents:
diff changeset
     4
711142251c81 Dummy session with outer syntax keyword initialization.
wenzelm
parents:
diff changeset
     5
Dummy session with outer syntax keyword initialization.
711142251c81 Dummy session with outer syntax keyword initialization.
wenzelm
parents:
diff changeset
     6
*)
711142251c81 Dummy session with outer syntax keyword initialization.
wenzelm
parents:
diff changeset
     7
711142251c81 Dummy session with outer syntax keyword initialization.
wenzelm
parents:
diff changeset
     8
ProofGeneral.init_outer_syntax ();
711142251c81 Dummy session with outer syntax keyword initialization.
wenzelm
parents:
diff changeset
     9