lean4-htt/src/kernel
2014-11-27 10:36:15 -08:00
..
inductive feat(kernel/inductive): store whether an inductive datatype supports dependent elimination or not 2014-11-27 10:36:15 -08:00
abstract.cpp
abstract.h
cache_stack.h
CMakeLists.txt
constraint.cpp
constraint.h
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
declaration.h
environment.cpp
environment.h
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
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
expr_eq_fn.h
expr_maps.h
expr_sets.h
extension_context.h
find_fn.h
for_each_fn.cpp
for_each_fn.h
formatter.cpp
formatter.h
free_vars.cpp
free_vars.h
init_module.cpp
init_module.h
instantiate.cpp refactor(kernel/instantiate): cleanup beta-reduce 2014-10-17 20:19:51 -07:00
instantiate.h
justification.cpp
justification.h
kernel_exception.cpp
kernel_exception.h
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
pos_info_provider.h
replace_fn.cpp
replace_fn.h
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