author | wenzelm |
Mon, 29 Nov 1999 15:52:49 +0100 | |
changeset 8039 | a901bafe4578 |
parent 7240 | a509730e424b |
child 9000 | c20d58286a51 |
permissions | -rw-r--r-- |
1440 | 1 |
(* Title: HOL/AxClasses/Lattice/ROOT.ML |
2 |
ID: $Id$ |
|
3 |
Author: Markus Wenzel, TU Muenchen |
|
4 |
||
5 |
Basic theory of lattices and orders via axiomatic type classes. |
|
6 |
*) |
|
7 |
||
8 |
open AxClass; |
|
9 |
||
10 |
reset eta_contract; |
|
11 |
set show_types; |
|
12 |
set show_sorts; |
|
13 |
||
14 |
use_thy "Order"; |
|
15 |
use_thy "OrdDefs"; |
|
16 |
use_thy "OrdInsts"; |
|
17 |
||
18 |
use_thy "Lattice"; |
|
19 |
use_thy "CLattice"; |
|
20 |
||
21 |
use_thy "LatPreInsts"; |
|
22 |
use_thy "LatInsts"; |
|
23 |
||
24 |
use_thy "LatMorph"; |