fix(library/norm_num): use new type-class resolution procedure at norm_num

This commit is contained in:
Leonardo de Moura 2015-10-19 19:06:46 -07:00
parent f371182a6c
commit 73543f1279
2 changed files with 2 additions and 1 deletions

View file

@ -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"

View file

@ -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 {