src/HOL/Real.thy
author haftmann
Fri, 15 Feb 2013 08:31:31 +0100
changeset 51143 0a2371e7ced3
parent 48891 c0eafbd55de3
child 51521 36fa825e0ea7
child 51539 625d2ec0bbff
permissions -rw-r--r--
two target language numeral types: integer and natural, as replacement for code_numeral; former theory HOL/Library/Code_Numeral_Types replaces HOL/Code_Numeral; refined stack of theories implementing int and/or nat by target language numerals; reduced number of target language numeral types to exactly one

theory Real
imports RComplete RealVector
begin

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

end