src/HOLCF/One.thy
author wenzelm
Tue, 27 May 1997 15:45:07 +0200
changeset 3362 0b268cff9344
parent 2640 ee4dfce170a0
child 3717 e28553315355
permissions -rw-r--r--
NJ 1.09.2x as factory default!

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

One = Lift +

types one = "unit lift"

consts
	ONE             :: "one"

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

rules
  ONE_def     "ONE == Def()"
end