src/HOL/AxClasses/Tutorial/Sigs.thy
author wenzelm
Tue, 27 May 1997 15:45:07 +0200
changeset 3362 0b268cff9344
parent 2907 0e272e4c7cb2
permissions -rw-r--r--
NJ 1.09.2x as factory default!

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

Some polymorphic constants for the 'signature' parts of axclasses.
*)

Sigs = HOL +

consts
  "<*>"         :: "['a, 'a] => 'a"             (infixl 70)
  inverse       :: "'a => 'a"
  "1"           :: "'a"                         ("1")

end