src/HOL/AxClasses/Tutorial/Sigs.thy
author paulson
Wed, 05 Aug 1998 10:57:25 +0200
changeset 5253 82a5ca6290aa
parent 2907 0e272e4c7cb2
permissions -rw-r--r--
New record type of programs

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