src/HOL/Real.thy
author nipkow
Tue, 12 Mar 2013 07:51:10 +0100
changeset 51392 635562bc14ef
parent 48891 c0eafbd55de3
child 51521 36fa825e0ea7
child 51539 625d2ec0bbff
permissions -rw-r--r--
extended set comprehension notation with {pttrn : A . P}

theory Real
imports RComplete RealVector
begin

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

end