src/HOL/Real.thy
author wenzelm
Tue, 03 Aug 2010 22:28:43 +0200
changeset 38142 c202426474c3
parent 36899 bcd6fce5bf06
child 48891 c0eafbd55de3
permissions -rw-r--r--
more precise CRITICAL sections; tuned;

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

setup {* SMT_Real.setup *}

end