src/Pure/Isar/README
changeset 12269 fda9192d0344
parent 11020 646c929b6293
child 14579 e79f1923fa0a
equal deleted inserted replaced
12268:28e60c998eee 12269:fda9192d0344
     2 				Pure/Isar/
     2 				Pure/Isar/
     3 
     3 
     4 This directory contains the Isabelle/Isar subsystem -- Intelligible
     4 This directory contains the Isabelle/Isar subsystem -- Intelligible
     5 Semi-Automated Reasoning for Isabelle.  Interesting modules include:
     5 Semi-Automated Reasoning for Isabelle.  Interesting modules include:
     6 
     6 
     7   ProofContext  (structure of Isar proof contexts)
     7   ProofContext  (the key concept of Isar proof contexts)
     8   Proof		(core of the Isar/VM interpreter)
     8   Locale        (proof contexts as mathematical structures)
       
     9   Proof		(the Isar/VM proof language interpreter)
     9   Args		(concrete argument syntax of attributes and methods)
    10   Args		(concrete argument syntax of attributes and methods)
    10   Method	(proof methods)
    11   Method	(proof methods)
    11   Attrib	(attributes)
    12   Attrib	(attributes)
    12 
    13 
    13   LocalDefs	(local definitions)
    14   LocalDefs	(local definitions)