src/HOL/Real.thy
author blanchet
Mon, 20 Jun 2011 10:41:02 +0200
changeset 43477 b0cf8f9bd192
parent 36899 bcd6fce5bf06
child 48891 c0eafbd55de3
permissions -rw-r--r--
respect "really_all" argument, which is used by "ATP_Export"

theory Real
imports RComplete RealVector
uses "Tools/SMT/smt_real.ML"
begin

setup {* SMT_Real.setup *}

end