author | wenzelm |
Tue, 24 Aug 1999 11:50:58 +0200 | |
changeset 7333 | 6cb15c6f1d9f |
parent 7240 | a509730e424b |
child 7650 | c3e5e85de4c3 |
permissions | -rw-r--r-- |
(* Title: HOL/AxClasses/Group/ROOT.ML ID: $Id$ Author: Markus Wenzel, TU Muenchen Some bits of group theory via axiomatic type classes. *) set show_types; set show_sorts; (*disable bug compatibility*) reset force_strip_shyps; set force_strip_shyps; (* FIXME tmp hack *) use_thy "Sigs"; use_thy "Monoid"; use_thy "Group"; use_thy "MonoidGroupInsts"; use_thy "GroupDefs"; use_thy "GroupInsts";