author | wenzelm |
Wed, 02 Aug 2000 19:40:14 +0200 | |
changeset 9502 | 50ec59aff389 |
parent 9000 | c20d58286a51 |
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 |
||
9000 | 11 |
time_use_thy "Monoid"; |
12 |
time_use_thy "Group"; |
|
13 |
time_use_thy "MonoidGroupInsts"; |
|
14 |
time_use_thy "GroupInsts"; |