src/HOLCF/Fun3.thy
author clasohm
Tue, 04 Oct 1994 13:02:16 +0100
changeset 624 33b9b5da3e6f
parent 442 13ac1fd0a14d
child 1479 21eb5e156d91
permissions -rw-r--r--
made major changes to grammar; added call of Type.infer_types to automatically eliminate ambiguities

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