src/HOL/Real.thy
author bulwahn
Sat, 21 Jul 2012 10:55:42 +0200
changeset 48415 b42067a3188f
parent 36899 bcd6fce5bf06
child 48891 c0eafbd55de3
permissions -rw-r--r--
restricting Quickcheck_Examples' root file to one basic theory to see if the system error on isatest still occurs

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

setup {* SMT_Real.setup *}

end