src/HOLCF/Fun3.thy
author wenzelm
Sat, 03 Nov 2001 01:41:26 +0100
changeset 12030 46d57d0290a2
parent 2838 2e908f29bc3d
child 12338 de0f4a63baa5
permissions -rw-r--r--
GPLed;

(*  Title:      HOLCF/Fun3.thy
    ID:         $Id$
    Author:     Franz Regensburger
    License:    GPL (GNU GENERAL PUBLIC LICENSE)

Class instance of  => (fun) for class pcpo
*)

Fun3 = Fun2 +

(* default class is still term *)

instance fun  :: (term,cpo)cpo         (cpo_fun)
instance fun  :: (term,pcpo)pcpo       (least_fun)

end