src/HOLCF/Lift1.thy
author wenzelm
Fri, 07 Mar 1997 11:48:46 +0100
changeset 2754 59bd96046ad6
parent 2640 ee4dfce170a0
child 3033 50e14d6d894f
permissions -rw-r--r--
moved settings comment to build;

(*  Title:      HOLCF/Lift1.thy
    ID:         $Id$
    Author:     Olaf Mueller, Robert Sandner
    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