src/HOLCF/Fun3.thy
author huffman
Wed, 02 Mar 2005 22:57:08 +0100
changeset 15563 9e125b675253
parent 14981 e73f8140af78
child 15564 c899efea601f
permissions -rw-r--r--
converted to new-style theory

(*  Title:      HOLCF/Fun3.thy
    ID:         $Id$
    Author:     Franz Regensburger

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

Fun3 = Fun2 +

(* default class is still type *)

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

end