src/HOLCF/One.thy
author aspinall
Thu, 21 Oct 2004 19:21:32 +0200
changeset 15253 6e20cc79bde6
parent 14981 e73f8140af78
child 15576 efb95d0d01f7
permissions -rw-r--r--
Fix <closetheory>

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