src/HOL/Real.thy
author haftmann
Sun, 25 Sep 2011 09:37:33 +0200
changeset 45074 04286b0fc856
parent 36899 bcd6fce5bf06
child 48891 c0eafbd55de3
permissions -rw-r--r--
Quotient_Set.thy is part of library

theory Real
imports RComplete RealVector
uses "Tools/SMT/smt_real.ML"
begin

setup {* SMT_Real.setup *}

end