refactor(library/data/real/basic): declare 'real' in the toplevel like 'nat', 'int' and 'rat'

This commit is contained in:
Leonardo de Moura 2015-07-24 11:59:46 -07:00
parent 5c7a20e5bd
commit 99a9dec93f

View file

@ -1042,9 +1042,9 @@ end s
----------------------------------------------
-- take quotients to get and show it's a comm ring
namespace real
open s
definition real := quot reg_seq.to_setoid
namespace real
notation `` := real
definition add (x y : ) : :=