src/HOL/Real.thy
author huffman
Fri, 27 Jul 2012 17:57:31 +0200
changeset 48559 686cc7c47589
parent 36899 bcd6fce5bf06
child 48891 c0eafbd55de3
permissions -rw-r--r--
give Nat_Arith simprocs proper name bindings by using simproc_setup

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

setup {* SMT_Real.setup *}

end