src/Pure/Isar/README
author wenzelm
Wed, 08 Sep 1999 18:10:39 +0200
changeset 7526 1ea137d3b5bf
parent 7484 9deae880cf74
child 9124 c702e2125270
permissions -rw-r--r--
(un)fold: ignore facts;


				Pure/Isar/

This directory contains the Isabelle/Isar subsystem -- Intelligible
Semi-Automated Reasoning for Isabelle.  Interesting modules include:

  Proof		(core of the Isar/VM interpreter)
  Args		(concrete argument syntax of attributes and methods)
  Method	(proof methods)
  Attrib	(attributes)

  LocalDefs	(local definitions)
  Calculation	(calculational proofs)

  Toplevel	(the Isabelle/Isar toplevel)
  IsarThy	(Isar derived theory operations)
  IsarCmd	(non-logical commands)
  IsarSyn	(syntax for Pure/Isar commands)

  OuterParse	(outer syntax parser combinators, see also
                 Pure/General/scan.ML)
  OuterSyntax   (outer syntax main)