src/HOLCF/fun3.thy
author paulson
Fri, 31 Jan 1997 17:13:19 +0100
changeset 2572 8a47f85e7a03
parent 243 c22b85994e17
permissions -rw-r--r--
ex_impE was incorrectly listed as Safe

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