src/HOL/Real.thy
author wenzelm
Tue, 20 Nov 2012 22:52:04 +0100
changeset 50136 a96bd08258a2
parent 48891 c0eafbd55de3
child 51521 36fa825e0ea7
child 51539 625d2ec0bbff
permissions -rw-r--r--
support for symbol groups, retaining original order of declarations; updated WWW_Find: untested change of ad-hoc parser of ~~/etc/symbols;

theory Real
imports RComplete RealVector
begin

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

end