src/HOL/AxClasses/Tutorial/ROOT.ML
author wenzelm
Fri, 21 Nov 1997 15:29:56 +0100
changeset 4271 3a82492e70c5
parent 1572 dbecd983863f
child 7240 a509730e424b
permissions -rw-r--r--
changed Pure/Sequence interface -- isatool fixseq;

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

Some simple axclass demos that go along with the paper "Using
Axiomatic Type Classes in Isabelle --- a tutorial".  (The NatClass
example resides in directory FOL/ex/.)
*)

reset HOL_quantifiers;
set show_types;
set show_sorts;


(* Semigroups *)

use_thy "Semigroup";
use_thy "Semigroups";


(* Basic group theory *)

use_thy "Sigs";
use_thy "Monoid";
use_thy "Group";
use_thy "MonoidGroupInsts";
use_thy "Xor";
use_thy "BoolGroupInsts";
use_thy "ProdGroupInsts";


(* Syntactic classes *)

use_thy "Product";
use_thy "ProductInsts";