src/HOLCF/Fun3.thy
author paulson
Mon, 12 Nov 2001 12:38:06 +0100
changeset 12158 f60fe41e96e9
parent 12030 46d57d0290a2
child 12338 de0f4a63baa5
permissions -rw-r--r--
Tidying necessitated by new simprules in equalities.ML

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