src/LCF/ex/Ex3.ML
author wenzelm
Mon, 22 Jun 1998 15:09:59 +0200
changeset 5061 f947332d5465
parent 4905 be73ddff6c5a
child 17248 81bf91654e73
permissions -rw-r--r--
isatool fixgoal;


simpset_ref() := LCF_ss;

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