src/HOLCF/Fun3.ML
author paulson
Tue, 19 Dec 2000 15:15:43 +0100
changeset 10701 16493f0cee9a
parent 9248 e1dee89de037
child 12030 46d57d0290a2
permissions -rw-r--r--
coping with the re-orientation of #nn=x

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

(* for compatibility with old HOLCF-Version *)
Goal "UU = (%x. UU)";
by (simp_tac (HOL_ss addsimps [UU_def,UU_fun_def]) 1);
qed "inst_fun_pcpo";