src/HOL/AxClasses/Group/Sigs.thy
author wenzelm
Fri, 01 Sep 1995 14:27:36 +0200
changeset 1247 18b1441fb603
child 2907 0e272e4c7cb2
permissions -rw-r--r--
Various axiomatic type class demos;

(*  Title:      Sigs.thy
    ID:         $Id$
    Author:     Markus Wenzel, TU Muenchen
*)

Sigs = HOL +

axclass
  inv < term

axclass
  one < term

consts
  "inv" :: "'a::inv => 'a"
  "1"   :: "'a::one"                    ("1")

end