src/HOL/AxClasses/Tutorial/Sigs.thy
author nipkow
Fri, 04 Apr 1997 16:03:44 +0200
changeset 2907 0e272e4c7cb2
parent 1247 18b1441fb603
permissions -rw-r--r--
inv -> inverse

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