src/HOLCF/Fun3.ML
author paulson
Mon, 04 Oct 2004 15:25:28 +0200
changeset 15227 804ecdc08cf2
parent 14981 e73f8140af78
child 15564 c899efea601f
permissions -rw-r--r--
PDF_VIEWER suggestion

(*  Title:      HOLCF/Fun3.ML
    ID:         $Id$
    Author:     Franz Regensburger
*)

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