src/HOL/AxClasses/Group/ROOT.ML
author wenzelm
Mon, 29 Nov 1999 15:52:49 +0100
changeset 8039 a901bafe4578
parent 7650 c3e5e85de4c3
child 9000 c20d58286a51
permissions -rw-r--r--
Goal: tuned pris;

(*  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;

use_thy "Monoid";
use_thy "Group";
use_thy "MonoidGroupInsts";
use_thy "GroupInsts";