src/HOL/Real.thy
author wenzelm
Wed, 17 Oct 2012 14:20:54 +0200
changeset 49890 89eff795f757
parent 48891 c0eafbd55de3
child 51521 36fa825e0ea7
child 51539 625d2ec0bbff
permissions -rw-r--r--
skipped proofs appear as "bad" without counting as error;

theory Real
imports RComplete RealVector
begin

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

end