{HOL,ZF}/indrule/quant_induct: replaced ssubst in eresolve_tac by
separate call to hyp_subst_tac. This avoids substituting in x=f(x)
{HOL,ZF}/indrule/ind_tac: now tries resolve_tac [refl]. This handles
trivial equalities such as x=a.
{HOL,ZF}/intr_elim/intro_tacsf_tac: now calls assume_tac last, to try refl
before any equality assumptions
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