src/HOL/Real.thy
author smolkas
Wed, 28 Nov 2012 12:25:43 +0100
changeset 50272 316d94b4ffe2
parent 48891 c0eafbd55de3
child 51521 36fa825e0ea7
child 51539 625d2ec0bbff
permissions -rw-r--r--
added warning when shrinking proof without preplaying

theory Real
imports RComplete RealVector
begin

ML_file "Tools/SMT/smt_real.ML"
setup SMT_Real.setup

end