Leonardo de Moura
|
3e81f88887
|
feat(library): implement new cache API for fun_info
|
2018-03-05 15:46:42 -08:00 |
|
Leonardo de Moura
|
bdea7d420d
|
chore(*): type_context ==> type_context_old
|
2018-03-05 12:38:24 -08:00 |
|
Leonardo de Moura
|
c97134760d
|
feat(library): add new context_cache interface
|
2018-02-21 15:04:20 -08:00 |
|
Leonardo de Moura
|
d315e424ff
|
feat(library/congr_lemma, library/fun_info): make sure opt_param gadget do not confuse the simplifier, fun_info, congr_lemma, etc
A definition such as
def f (a : nat) (b : nat := a) (c : nat := a) :=
a + b + c
should *not* be treated as a dependent function.
|
2017-01-30 20:23:45 -08:00 |
|
Leonardo de Moura
|
dce8776cfd
|
refactor(library/fun_info): separate subsingleton information from general param_info
|
2016-07-07 07:39:26 -07:00 |
|
Leonardo de Moura
|
61de427699
|
feat(library/init/meta/fun_info): expose fun_info
|
2016-06-22 14:00:00 -07:00 |
|
Leonardo de Moura
|
16c050b66c
|
reactor(library): port fun_info_manager to new type_context (and rename module to fun_info)
|
2016-06-21 10:42:38 -07:00 |
|