src/HOL/AxClasses/Tutorial/Sigs.thy
author paulson
Mon, 15 May 2000 10:33:32 +0200
changeset 8871 76b9219da197
parent 2907 0e272e4c7cb2
permissions -rw-r--r--
added the dummy theory Integ/NatSimprocs.thy

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