src/HOL/AxClasses/Tutorial/Sigs.thy
author clasohm
Mon, 11 Sep 1995 12:38:20 +0200
changeset 1253 131f72e2cd56
parent 1247 18b1441fb603
child 2907 0e272e4c7cb2
permissions -rw-r--r--
split IOA/ROOT.ML into two files for ABP and NTP

(*  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)
  "inv"         :: "'a => 'a"
  "1"           :: "'a"                         ("1")

end