src/HOLCF/Fun3.ML
author paulson
Thu, 08 Jul 1999 13:38:41 +0200
changeset 6915 4ab8e31a8421
parent 3842 b55686a7b22c
child 9245 428385c4bc50
permissions -rw-r--r--
Now if_weak_cong is a standard congruence rule

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

open Fun3;

(* for compatibility with old HOLCF-Version *)
qed_goal "inst_fun_pcpo" thy "UU = (%x. UU)"
 (fn prems => 
        [
        (simp_tac (HOL_ss addsimps [UU_def,UU_fun_def]) 1)
        ]);