.. |
inductive
|
feat(kernel/inductive): store whether an inductive datatype supports dependent elimination or not
|
2014-11-27 10:36:15 -08:00 |
abstract.cpp
|
refactor(kernel/expr): tag expressions at "creation" time
|
2014-10-15 13:12:09 -07:00 |
abstract.h
|
fix(frontends/lean): missing type information for INFO, fixes #218
|
2014-10-01 14:29:07 -07:00 |
cache_stack.h
|
perf(kernel/for_each_fn): use cache stack trick at for_each_fn
|
2014-07-23 19:32:11 -07:00 |
CMakeLists.txt
|
refactor(kernel): replace_visitor doesn't need to be in the kernel anymore
|
2014-10-17 10:23:35 -07:00 |
constraint.cpp
|
fix(kernel/constraint): bug in operator<<
|
2014-10-14 15:22:03 -07:00 |
constraint.h
|
feat(library/unifier): add 'on-demand' choice constraints, they are processed as soon as their type does not contain meta-variables anymore
|
2014-09-27 21:50:39 -07:00 |
converter.cpp
|
feat(frontends/lean): default 'eval' command ignores opaque/irreducible annotations
|
2014-11-10 12:46:04 -08:00 |
converter.h
|
feat(frontends/lean): default 'eval' command ignores opaque/irreducible annotations
|
2014-11-10 12:46:04 -08:00 |
declaration.cpp
|
refactor(kernel): rename var_decl to constant_assumption
|
2014-10-02 17:55:34 -07:00 |
declaration.h
|
refactor(kernel): rename var_decl to constant_assumption
|
2014-10-02 17:55:34 -07:00 |
environment.cpp
|
refactor(*): explicit initialization/finalization for environment extensions
|
2014-09-22 17:30:29 -07:00 |
environment.h
|
refactor(*): use name_map
|
2014-09-28 10:23:11 -07:00 |
error_msgs.cpp
|
fix(kernel/error_msgs): ignore binder information when comparing type mismatches, fixes #304
|
2014-11-06 21:03:51 -08:00 |
error_msgs.h
|
feat(kernel/error_msgs): improve application type mismatch error messages
|
2014-07-28 07:08:12 -07:00 |
expr.cpp
|
feat(kernel/expr): change the rules for inferring implicit arguments, closes #344
|
2014-11-25 12:54:07 -08:00 |
expr.h
|
feat(kernel/type_checker): add is_stuck method, and improve ensure_pi method, closes #261
|
2014-10-27 13:16:50 -07:00 |
expr_eq_fn.cpp
|
perf(kernel/expr_eq_fn): use thread local cache, and avoid memory allocation/deallocation
|
2014-10-17 16:44:20 -07:00 |
expr_eq_fn.h
|
perf(kernel/expr_eq_fn): use thread local cache, and avoid memory allocation/deallocation
|
2014-10-17 16:44:20 -07:00 |
expr_maps.h
|
refactor(kernel/expr): remove dead code
|
2014-10-16 13:09:26 -07:00 |
expr_sets.h
|
perf(kernel/expr_eq_fn): use thread local cache, and avoid memory allocation/deallocation
|
2014-10-17 16:44:20 -07:00 |
extension_context.h
|
refactor(kernel/type_checker): remove "global" constraint buffer from type_checker, and use constraint_seq instead
|
2014-08-20 16:46:19 -07:00 |
find_fn.h
|
refactor(kernel/find_fn): simplify find_fn module
|
2014-07-23 18:09:58 -07:00 |
for_each_fn.cpp
|
chore(*): create alias for std::pair
|
2014-08-20 16:46:19 -07:00 |
for_each_fn.h
|
refactor(kernel/for_each_fn): simplify module interface
|
2014-07-23 18:16:41 -07:00 |
formatter.cpp
|
refactor(kernel): explicit initialization/finalization
|
2014-09-24 10:12:28 -07:00 |
formatter.h
|
refactor(kernel): explicit initialization/finalization
|
2014-09-24 10:12:28 -07:00 |
free_vars.cpp
|
refactor(kernel/expr): remove dead code
|
2014-10-16 13:09:26 -07:00 |
free_vars.h
|
refactor(kernel/expr): remove dead code
|
2014-10-16 13:09:26 -07:00 |
init_module.cpp
|
refactor(kernel): explicit initialization/finalization
|
2014-09-24 10:12:28 -07:00 |
init_module.h
|
refactor(*): explicit initialization/finalization for serialization
|
2014-09-22 15:26:41 -07:00 |
instantiate.cpp
|
refactor(kernel/instantiate): cleanup beta-reduce
|
2014-10-17 20:19:51 -07:00 |
instantiate.h
|
refactor(kernel/instantiate): add functions instantiate_value_univ_params and instantiate_type_univ_params
|
2014-08-12 17:40:30 -07:00 |
justification.cpp
|
refactor(*): remove dependency to thread_local C++11 keyword, the
|
2014-09-24 12:51:04 -07:00 |
justification.h
|
refactor(kernel/formatter): add formatter_factory, and simplify formatter interface
|
2014-07-10 18:32:00 +01:00 |
kernel_exception.cpp
|
refactor(kernel/formatter): add formatter_factory, and simplify formatter interface
|
2014-07-10 18:32:00 +01:00 |
kernel_exception.h
|
refactor(kernel/formatter): add formatter_factory, and simplify formatter interface
|
2014-07-10 18:32:00 +01:00 |
level.cpp
|
perf(kernel/level): apply two simple normalization rules at mk_max
|
2014-11-16 18:16:57 -08:00 |
level.h
|
feat(library/unifier): solved universe constraints of the form succ^k1 a = max k2 ?m (when k1 >= k2)
|
2014-11-12 17:28:33 -08:00 |
metavar.cpp
|
fix(frontends/lean/elaborator): unsolved metavariables, fix #329
|
2014-11-26 11:56:39 -08:00 |
metavar.h
|
fix(frontends/lean/elaborator): unsolved metavariables, fix #329
|
2014-11-26 11:56:39 -08:00 |
normalizer_extension.cpp
|
feat(kernel/type_checker): add is_stuck method, and improve ensure_pi method, closes #261
|
2014-10-27 13:16:50 -07:00 |
normalizer_extension.h
|
feat(kernel/type_checker): add is_stuck method, and improve ensure_pi method, closes #261
|
2014-10-27 13:16:50 -07:00 |
pos_info_provider.cpp
|
refactor(*): use + for concatenating format objects
|
2014-08-24 09:35:25 -07:00 |
pos_info_provider.h
|
chore(*): create alias for std::pair
|
2014-08-20 16:46:19 -07:00 |
replace_fn.cpp
|
chore(kernel/replace_fn): "name" constant
|
2014-10-17 14:20:35 -07:00 |
replace_fn.h
|
chore(kernel/replace_fn): add syntax sugar for replace function
|
2014-07-19 12:53:37 +01:00 |
type_checker.cpp
|
fix(library/tactic): type check generalization result, fixes #273
|
2014-10-29 20:34:01 -07:00 |
type_checker.h
|
fix(library/tactic): type check generalization result, fixes #273
|
2014-10-29 20:34:01 -07:00 |