src/HOLCF/Lift2.thy
author paulson
Thu, 29 Jun 2000 12:15:08 +0200
changeset 9187 68ecc04785f1
parent 3033 50e14d6d894f
permissions -rw-r--r--
fixed proof to cope with the default of equalityCE instead of equalityE

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

Class Instance lift::(term)po
*)

Lift2 = Lift1 + 

instance "lift" :: (term)po (refl_less_lift,antisym_less_lift,trans_less_lift)

end