src/HOLCF/fun3.thy
author paulson
Fri, 18 Feb 2000 15:35:29 +0100
changeset 8255 38f96394c099
parent 243 c22b85994e17
permissions -rw-r--r--
new distributive laws

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

Class instance of  => (fun) for class pcpo

*)

Fun3 = Fun2 +

(* default class is still term *)

arities fun  :: (term,pcpo)pcpo		(* Witness fun2.ML *)

rules 

inst_fun_pcpo	"UU::'a=>'b::pcpo = UU_fun"

end