src/HOL/Real.thy
author wenzelm
Sat, 28 Jul 2012 20:36:25 +0200
changeset 48589 fb446a780d50
parent 36899 bcd6fce5bf06
child 48891 c0eafbd55de3
permissions -rw-r--r--
separate session HOL-Mirabelle-ex -- cannot run isolated shell scripts within build tool;

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

setup {* SMT_Real.setup *}

end