/* Copyright (c) 2013 Microsoft Corporation. All rights reserved. Released under Apache 2.0 license as described in the file LICENSE. Author: Leonardo de Moura */ #include "interval_def.h" #include "mpq.h" #include "double.h" namespace lean { template class interval; template class interval; } void pp(lean::interval const & i) { std::cout << i << std::endl; } void pp(lean::interval const & i) { std::cout << i << std::endl; }