src/HOL/Real.thy
author wenzelm
Sat, 13 Oct 2012 19:53:04 +0200
changeset 49847 ed5080c03165
parent 48891 c0eafbd55de3
child 51521 36fa825e0ea7
child 51539 625d2ec0bbff
permissions -rw-r--r--
some attempts to unify/simplify pretty_goal;

theory Real
imports RComplete RealVector
begin

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

end