src/Pure/Isar/README
author wenzelm
Tue, 29 Aug 2000 20:13:45 +0200
changeset 9731 3eb72671e5db
parent 9463 4362bf779182
child 11020 646c929b6293
permissions -rw-r--r--
pr: added prems limit;


				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)
  ObtainFun     (generalized existence reasoning)

  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)
  IsarOutput    (token-level theory output)