src/HOL/Real.thy
author berghofe
Thu, 10 Jan 2013 18:19:13 +0100
changeset 50788 fec14e8fefb8
parent 48891 c0eafbd55de3
child 51521 36fa825e0ea7
child 51539 625d2ec0bbff
permissions -rw-r--r--
Added proof function declarations for min and max

theory Real
imports RComplete RealVector
begin

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

end