src/LCF/ex/Ex3.ML
author aspinall
Fri, 30 Sep 2005 18:18:34 +0200
changeset 17740 fc385ce6187d
parent 17248 81bf91654e73
child 17878 5b9efe4d6b47
permissions -rw-r--r--
Add icon for interface.


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