fix(library/norm_num): use new type-class resolution procedure at norm_num
This commit is contained in:
parent
f371182a6c
commit
73543f1279
2 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@ Author: Leonardo de Moura
|
|||
#pragma once
|
||||
#include <memory>
|
||||
#include "kernel/environment.h"
|
||||
#include "kernel/pos_info_provider.h"
|
||||
#include "library/io_state.h"
|
||||
#include "library/local_context.h"
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ Author: Robert Y. Lewis
|
|||
#include "kernel/environment.h"
|
||||
#include "library/local_context.h"
|
||||
#include "library/num.h"
|
||||
#include "library/class_instance_synth.h"
|
||||
#include "library/class_instance_resolution.h"
|
||||
|
||||
namespace lean {
|
||||
class norm_num_context {
|
||||
|
|
Loading…
Reference in a new issue