src/HOL/Real.thy
author wenzelm
Thu, 13 Jan 2011 17:39:35 +0100
changeset 41537 3837045cc8a1
parent 36899 bcd6fce5bf06
child 48891 c0eafbd55de3
permissions -rw-r--r--
full theory path enables loading parents via master directory and keeps files strictly separate;

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

setup {* SMT_Real.setup *}

end