src/HOL/Option.ML
changeset 2056 93c093620c28
parent 2031 03a843f0f447
child 2935 998cb95fdd43
--- a/src/HOL/Option.ML	Mon Oct 07 10:26:00 1996 +0200
+++ b/src/HOL/Option.ML	Mon Oct 07 10:28:44 1996 +0200
@@ -27,5 +27,4 @@
 by (option.induct_tac "opt" 1);
 by (Simp_tac 1);
 by (Asm_full_simp_tac 1);
-by (Fast_tac 1);
 qed"expand_option_case";