src/Pure/README
author berghofe
Tue, 07 Nov 2000 17:52:12 +0100
changeset 10416 5b33e732e459
parent 6127 ece970eb5850
child 16115 ae921f717a2b
permissions -rw-r--r--
- Moved rewriting functions to meta_simplifier.ML - dest_abs now also takes an optional variable name as an argument - beta_conversion takes additional flag as an argument. Fully reduces the term if set to true Some tuning: - tuned fix_shyps in instantiate, implies_intr, implies_elim, reflexive, transitive, beta_conversion, abstract_rule - combination: chktypes derives types of f and t from type of == instead of using fastype_of New primitives: - eta_conversion - incr_indexes: increment indexes in theorems - cterm_incr_indexes: increment indexes in cterms - cterm_match, cterm_first_order_match - rename_boundvars
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4689
wenzelm
parents: 4620
diff changeset
     1
19
929ad32d63fc Pure/ROOT.ML
wenzelm
parents: 0
diff changeset
     2
                        Pure: The Pure Isabelle System
0
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     3
4689
wenzelm
parents: 4620
diff changeset
     4
4620
bfd40126c56e improved comments;
wenzelm
parents: 3279
diff changeset
     5
This directory contains the ML source files for Pure Isabelle, which
bfd40126c56e improved comments;
wenzelm
parents: 3279
diff changeset
     6
is the basis for all object-logics:
0
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     7
4689
wenzelm
parents: 4620
diff changeset
     8
  IsaMakefile	compiles the Pure system (use isatool make)
4620
bfd40126c56e improved comments;
wenzelm
parents: 3279
diff changeset
     9
  ML-Systems/   compatibility files for various ML systems
5020
e0f605038a9f added General;
wenzelm
parents: 4941
diff changeset
    10
  General/	general tools
4620
bfd40126c56e improved comments;
wenzelm
parents: 3279
diff changeset
    11
  Syntax/     	the syntax module
6127
ece970eb5850 tuned README;
wenzelm
parents: 5833
diff changeset
    12
  Thy/          the theory file parser (old format) and loader
5833
6d8bceaa07b3 added Isar/;
wenzelm
parents: 5020
diff changeset
    13
  Isar/		Intelligible Semi-Automated Reasoning subsystem
4689
wenzelm
parents: 4620
diff changeset
    14
  ./		the actual meta logic implementation (see ROOT.ML)
0
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    15
6127
ece970eb5850 tuned README;
wenzelm
parents: 5833
diff changeset
    16
Isabelle programmers may want to have a look at the generic modules
ece970eb5850 tuned README;
wenzelm
parents: 5833
diff changeset
    17
Library (see library.ML) and those in General/ (see General/README).