src/HOLCF/Up3.thy
author oheimb
Mon, 02 Dec 1996 12:37:15 +0100
changeset 2291 fbd14a05fb88
parent 2278 d63ffafce255
child 2394 91d8abf108be
permissions -rw-r--r--
removed 8bit sections

(*  Title:      HOLCF/Up3.thy
    ID:         $Id$
    Author:     Franz Regensburger
    Copyright   1993 Technische Universitaet Muenchen


Class instance of  ('a)u for class pcpo

*)

Up3 = Up2 +

arities "u" :: (pcpo)pcpo                       (* Witness up2.ML *)

consts  
        up  :: "'a -> ('a)u" 
        fup :: "('a->'c)-> ('a)u -> 'c"

rules 

        inst_up_pcpo  "(UU::('a)u) = UU_up"

defs
        up_def   "up  == (LAM x.Iup(x))"
        fup_def  "fup == (LAM f p.Ifup(f)(p))"

translations

"case l of up`x => t1" == "fup`(LAM x.t1)`l"

(* start 8bit 1 *)
(* end 8bit 1 *)

end