src/Pure/README
author paulson
Wed, 08 May 1996 17:57:05 +0200
changeset 1736 fe0b459273f2
parent 19 929ad32d63fc
child 3279 815ef5848324
permissions -rw-r--r--
Predicates are now uncurried in both induction rules, regardless of how tuples are nested. Only returns mutual_induct if there is true mutual recursion.

                        Pure: The Pure Isabelle System

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

Makefile -- compiles the files under Poly/ML or SML of New Jersey

Syntax/  -- subdirectory containing the syntax module

Thy/     -- subdirectory containing the thy file parser and loader

ROOT.ML  -- loads all source files.  Enter ML and type:  use "ROOT.ML";

NJ.ML    -- compatibility file for Standard ML of New Jersey.  You may wish to
            alter the parameter settings.

POLY.ML  -- compatibility file for Poly/ML