author | wenzelm |
Tue, 24 Aug 1999 11:50:58 +0200 | |
changeset 7333 | 6cb15c6f1d9f |
parent 7240 | a509730e424b |
child 7650 | c3e5e85de4c3 |
permissions | -rw-r--r-- |
1247 | 1 |
(* Title: HOL/AxClasses/Group/ROOT.ML |
2 |
ID: $Id$ |
|
3 |
Author: Markus Wenzel, TU Muenchen |
|
4 |
||
1442 | 5 |
Some bits of group theory via axiomatic type classes. |
1247 | 6 |
*) |
7 |
||
8 |
set show_types; |
|
9 |
set show_sorts; |
|
10 |
||
11 |
(*disable bug compatibility*) |
|
12 |
reset force_strip_shyps; |
|
13 |
||
1442 | 14 |
set force_strip_shyps; (* FIXME tmp hack *) |
1247 | 15 |
|
16 |
||
17 |
use_thy "Sigs"; |
|
18 |
||
19 |
use_thy "Monoid"; |
|
20 |
use_thy "Group"; |
|
21 |
||
22 |
use_thy "MonoidGroupInsts"; |
|
23 |
||
24 |
use_thy "GroupDefs"; |
|
25 |
use_thy "GroupInsts"; |