src/HOL/Real.thy
author wenzelm
Sat, 06 Nov 2010 20:59:59 +0100
changeset 40398 cdda2847a91e
parent 36899 bcd6fce5bf06
child 48891 c0eafbd55de3
permissions -rw-r--r--
continue after failed commands;

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

setup {* SMT_Real.setup *}

end