src/LCF/ex/Ex3.ML
author wenzelm
Wed, 01 Feb 2006 22:20:40 +0100
changeset 18888 3b643f81b378
parent 17878 5b9efe4d6b47
permissions -rw-r--r--
updated;


(* $Id$ *)

Addsimps [p_strict,p_s];

Goal "p(FIX(s),y) = FIX(s)";
by (induct_tac "s" 1);
by (Simp_tac 1);
by (Simp_tac 1);
qed "example";