Rename numtype.h to num_type.h
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
573ec5ccc2
commit
18f9378f97
4 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ Author: Leonardo de Moura
|
|||
#include "kernel/environment.h"
|
||||
#include "library/arith/int.h"
|
||||
#include "library/arith/nat.h"
|
||||
#include "library/arith/numtype.h"
|
||||
#include "library/arith/num_type.h"
|
||||
|
||||
namespace lean {
|
||||
class int_type_value : public num_type_value {
|
||||
|
|
|
@ -7,7 +7,7 @@ Author: Leonardo de Moura
|
|||
#include "kernel/abstract.h"
|
||||
#include "kernel/environment.h"
|
||||
#include "library/arith/nat.h"
|
||||
#include "library/arith/numtype.h"
|
||||
#include "library/arith/num_type.h"
|
||||
|
||||
namespace lean {
|
||||
class nat_type_value : public num_type_value {
|
||||
|
|
|
@ -9,7 +9,7 @@ Author: Leonardo de Moura
|
|||
#include "library/arith/real.h"
|
||||
#include "library/arith/int.h"
|
||||
#include "library/arith/nat.h"
|
||||
#include "library/arith/numtype.h"
|
||||
#include "library/arith/num_type.h"
|
||||
|
||||
namespace lean {
|
||||
class real_type_value : public num_type_value {
|
||||
|
|
Loading…
Reference in a new issue