src/HOL/AxClasses/Group/ROOT.ML
author paulson
Tue, 16 Jul 1996 15:49:46 +0200
changeset 1868 836950047d85
parent 1572 dbecd983863f
child 7240 a509730e424b
permissions -rw-r--r--
Put in minimal simpset to avoid excessive simplification, just as in revision 1.9 of HOL/indrule.ML

(*  Title:      HOL/AxClasses/Group/ROOT.ML
    ID:         $Id$
    Author:     Markus Wenzel, TU Muenchen

Some bits of group theory via axiomatic type classes.
*)

reset HOL_quantifiers;
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";