src/LCF/ex/Ex3.ML
author wenzelm
Mon, 17 Oct 2005 23:10:16 +0200
changeset 17878 5b9efe4d6b47
parent 17248 81bf91654e73
permissions -rw-r--r--
tuned;
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";