src/HOL/Numeral.ML
author paulson
Mon, 18 Dec 2000 12:21:54 +0100
changeset 10689 5c44de6aadf4
parent 8264 fffae6147cf7
child 10707 9285b4d87d7d
permissions -rw-r--r--
loads the new simproc extract_common_term

(*  Title:      HOL/Numeral.ML
    ID:         $Id$
    Author:     Tobias Nipkow
*)

(*Unfold all "let"s involving constants*)
Goalw [Let_def] "Let (number_of v) f == f (number_of v)";
by(Simp_tac 1);
qed "Let_number_of";
Addsimps [Let_number_of];