src/Pure/README
author skalberg
Thu, 09 Oct 2003 18:13:32 +0200
changeset 14223 0ee05eef881b
parent 6127 ece970eb5850
child 16115 ae921f717a2b
permissions -rw-r--r--
Added support for making constants final, that is, ensuring that no definition can be given later (useful for constants whose behaviour is fixed axiomatically rather than definitionally).
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).