src/HOL/AxClasses/Group/Sigs.thy
author oheimb
Wed, 09 Sep 1998 17:23:42 +0200
changeset 5445 3905974ad555
parent 2907 0e272e4c7cb2
permissions -rw-r--r--
AddIffs[not_None_eq]; made wrapper ospec really safe

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

Sigs = HOL +

axclass
  inverse < term

axclass
  one < term

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

end