src/HOLCF/Fun3.ML
author berghofe
Fri, 02 May 1997 16:41:35 +0200
changeset 3098 a31170b67367
parent 2640 ee4dfce170a0
child 3842 b55686a7b22c
permissions -rw-r--r--
Updated to LaTeX 2e

(*  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)
        ]);