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;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4905
be73ddff6c5a proper thy files;
wenzelm
parents:
diff changeset
     1
17878
wenzelm
parents: 17248
diff changeset
     2
(* $Id$ *)
4905
be73ddff6c5a proper thy files;
wenzelm
parents:
diff changeset
     3
be73ddff6c5a proper thy files;
wenzelm
parents:
diff changeset
     4
Addsimps [p_strict,p_s];
be73ddff6c5a proper thy files;
wenzelm
parents:
diff changeset
     5
5061
f947332d5465 isatool fixgoal;
wenzelm
parents: 4905
diff changeset
     6
Goal "p(FIX(s),y) = FIX(s)";
4905
be73ddff6c5a proper thy files;
wenzelm
parents:
diff changeset
     7
by (induct_tac "s" 1);
be73ddff6c5a proper thy files;
wenzelm
parents:
diff changeset
     8
by (Simp_tac 1);
be73ddff6c5a proper thy files;
wenzelm
parents:
diff changeset
     9
by (Simp_tac 1);
be73ddff6c5a proper thy files;
wenzelm
parents:
diff changeset
    10
qed "example";