src/Pure/README
author wenzelm
Thu, 15 Nov 2001 18:20:13 +0100
changeset 12207 4dff931b852f
parent 6127 ece970eb5850
child 16115 ae921f717a2b
permissions -rw-r--r--
added Induct/Binary_Trees.thy, Induct/Tree_Forest (converted from former ex/TF.ML ex/TF.thy ex/Term.ML ex/Term.thy);


                        Pure: The Pure Isabelle System


This directory contains the ML source files for Pure Isabelle, which
is the basis for all object-logics:

  IsaMakefile	compiles the Pure system (use isatool make)
  ML-Systems/   compatibility files for various ML systems
  General/	general tools
  Syntax/     	the syntax module
  Thy/          the theory file parser (old format) and loader
  Isar/		Intelligible Semi-Automated Reasoning subsystem
  ./		the actual meta logic implementation (see ROOT.ML)

Isabelle programmers may want to have a look at the generic modules
Library (see library.ML) and those in General/ (see General/README).