src/HOLCF/Lift1.thy
author mueller
Thu, 24 Apr 1997 17:38:33 +0200
changeset 3033 50e14d6d894f
parent 2640 ee4dfce170a0
child 3323 194ae2e0c193
permissions -rw-r--r--
only in comments

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