src/HOLCF/One.thy
author paulson
Fri, 03 Sep 2004 10:27:05 +0200
changeset 15177 e7616269fdca
parent 14981 e73f8140af78
child 15576 efb95d0d01f7
permissions -rw-r--r--
new theorem symD

(*  Title:      HOLCF/One.thy
    ID:         $Id$
    Author:     Oscar Slotosch
*)

One = Lift +

types one = unit lift

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

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

end