src/HOL/Real.thy
author wenzelm
Wed, 15 Feb 2012 20:41:13 +0100
changeset 46490 e4863ab5e09b
parent 36899 bcd6fce5bf06
child 48891 c0eafbd55de3
permissions -rw-r--r--
more basic simplification, eliminated slightly odd tactic style from 1995 (cf. ea0668a1c0ba);

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

setup {* SMT_Real.setup *}

end