src/HOLCF/One.thy
author wenzelm
Tue, 12 Jan 1999 13:39:21 +0100
changeset 6089 4d2d5556b4f9
parent 3717 e28553315355
child 12030 46d57d0290a2
permissions -rw-r--r--
signature BASIC_THM; theorem / axiom deriv: added tags; get/put_name_tags; type attribute;

(*  Title:      HOLCF/One.thy
    ID:         $Id$
    Author:     Oscar Slotosch
    Copyright   1997 Technische Universitaet Muenchen
*)

One = Lift +

types one = unit lift

constdefs
  ONE :: "one"
  "ONE == Def ()"

translations
  "one" <= (type) "unit lift" 

end