src/HOL/AxClasses/Tutorial/Sigs.thy
author wenzelm
Wed, 12 Nov 1997 16:20:39 +0100
changeset 4208 b67223fddc11
parent 2907 0e272e4c7cb2
permissions -rw-r--r--
added Thy/file.ML, Thy/use.ML; removed Thy/symbol_input.ML;

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