src/HOL/Real.thy
author blanchet
Thu, 01 Mar 2012 11:28:56 +0100
changeset 46746 a10dcc985e8d
parent 36899 bcd6fce5bf06
child 48891 c0eafbd55de3
permissions -rw-r--r--
improved handling of polymorphic quotient types, by avoiding comparing types that will generally differ in the polymorphic case

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

setup {* SMT_Real.setup *}

end