src/HOLCF/Lift1.thy
author wenzelm
Wed, 21 May 1997 17:11:24 +0200
changeset 3277 d95d209ae1c2
parent 3033 50e14d6d894f
child 3323 194ae2e0c193
permissions -rw-r--r--
SYNC;

(*  Title:      HOLCF/Lift1.thy
    ID:         $Id$
    Author:     Olaf Mueller
    Copyright   1996 Technische Universitaet Muenchen

Lifting types of class term to flat pcpo's
*)

Lift1 = ccc1 + 

default term

datatype 'a lift = Undef | Def 'a

defs 
 
 less_lift_def  "less x y == (x=y | x=Undef)"

end