src/HOL/Real.thy
author wenzelm
Fri, 21 Sep 2012 17:28:53 +0200
changeset 49494 cbcccf2a0f6f
parent 48891 c0eafbd55de3
child 51521 36fa825e0ea7
child 51539 625d2ec0bbff
permissions -rw-r--r--
renamed Output to Output1 and Output2 to Output, and thus make the new version the default;

theory Real
imports RComplete RealVector
begin

ML_file "Tools/SMT/smt_real.ML"
setup SMT_Real.setup

end