4689
|
1 |
|
19
|
2 |
Pure: The Pure Isabelle System
|
0
|
3 |
|
4689
|
4 |
|
4620
|
5 |
This directory contains the ML source files for Pure Isabelle, which
|
|
6 |
is the basis for all object-logics:
|
0
|
7 |
|
4689
|
8 |
IsaMakefile compiles the Pure system (use isatool make)
|
4620
|
9 |
ML-Systems/ compatibility files for various ML systems
|
5020
|
10 |
General/ general tools
|
4620
|
11 |
Syntax/ the syntax module
|
|
12 |
Thy/ the theory file parser and loader
|
5833
|
13 |
Isar/ Intelligible Semi-Automated Reasoning subsystem
|
4689
|
14 |
./ the actual meta logic implementation (see ROOT.ML)
|
0
|
15 |
|
4620
|
16 |
Isabelle programmers may want to have a look at the following generic
|
|
17 |
modules:
|
19
|
18 |
|
4620
|
19 |
Library basic library (see library.ML)
|
5020
|
20 |
TableFun efficient tables (see General/table.ML)
|
|
21 |
Seq unbounded sequences (see General/seq.ML)
|
4620
|
22 |
Pretty pretty printing module (see Syntax/pretty.ML)
|
4689
|
23 |
Scan scanner toolbox (see Syntax/scan.ML)
|
4941
|
24 |
Source co-algebraic data sources (see Syntax/source.ML)
|
|
25 |
Symbol generalized characters (see Syntax/symbol.ML)
|
5020
|
26 |
Path abstract algebra of file paths (see General/path.ML)
|
|
27 |
File file system operations (see General/file.ML)
|
|
28 |
NameSpace hierarchically structured name spaces (see General/name_space.ML)
|