src/HOL/Real.thy
author haftmann
Wed, 01 Sep 2010 11:09:50 +0200
changeset 38968 e55deaa22fff
parent 36899 bcd6fce5bf06
child 48891 c0eafbd55de3
permissions -rw-r--r--
do not print object frame around Scala includes -- this is in the responsibility of the user

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

setup {* SMT_Real.setup *}

end