src/HOL/AxClasses/Tutorial/Sigs.thy
author wenzelm
Mon, 29 Nov 1999 15:52:49 +0100
changeset 8039 a901bafe4578
parent 2907 0e272e4c7cb2
permissions -rw-r--r--
Goal: tuned pris;

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