.. |
hott
|
feat(kernel): add mk_hott_environment function for creating HoTT compatible environments
|
2014-05-21 11:31:34 -07:00 |
inductive
|
feat(kernel/inductive): mark parameters, type formers and indices as implicit parameters in the elimination rule
|
2014-06-26 11:05:14 -07:00 |
standard
|
feat(kernel/inductive): check in add_inductive whether the environment supports inductive datatypes or not
|
2014-05-19 15:44:15 -07:00 |
abstract.cpp
|
refactor(kernel/abstract): add abstract_locals, and remove abstract_p
|
2014-06-21 12:25:54 -07:00 |
abstract.h
|
refactor(kernel): remove 'let'-expressions
|
2014-06-24 16:27:27 -07:00 |
CMakeLists.txt
|
refactor(kernel): rename definition class to declaration
|
2014-05-20 10:41:38 -07:00 |
constraint.cpp
|
refactor(kernel/constraint): rename choice constraint fields
|
2014-06-23 13:52:03 -07:00 |
constraint.h
|
refactor(kernel/constraint): rename choice constraint fields
|
2014-06-23 13:52:03 -07:00 |
converter.cpp
|
fix(kernel/converter): missing case: two constants c.{l1} and c.{l2} where l1 and l2 are structurally different but equivalent (or can be made equivalent)
|
2014-06-25 16:05:41 -07:00 |
converter.h
|
refactor(kernel/converter): eliminate converter::context, use type_checker directly
|
2014-06-22 13:52:47 -07:00 |
declaration.cpp
|
fix(kernel): set module_idx on theorems, otherwise we are not able to import theorems that use opaque definitions
|
2014-06-16 16:56:11 -07:00 |
declaration.h
|
fix(kernel): set module_idx on theorems, otherwise we are not able to import theorems that use opaque definitions
|
2014-06-16 16:56:11 -07:00 |
environment.cpp
|
feat(library/aliases): add 'exceptions' and support for universes to add_aliases procedure, add for_each_universe method to environment
|
2014-06-13 08:26:05 -07:00 |
environment.h
|
feat(library/aliases): add 'exceptions' and support for universes to add_aliases procedure, add for_each_universe method to environment
|
2014-06-13 08:26:05 -07:00 |
error_msgs.cpp
|
feat(kernel/type_checker): improve 'declaration still has metavars' error message
|
2014-06-25 08:51:33 -07:00 |
error_msgs.h
|
feat(kernel/type_checker): improve 'declaration still has metavars' error message
|
2014-06-25 08:51:33 -07:00 |
expr.cpp
|
feat(kernel): add strict implicit arguments
|
2014-06-25 17:50:49 -07:00 |
expr.h
|
feat(kernel): add strict implicit arguments
|
2014-06-25 17:50:49 -07:00 |
expr_eq_fn.cpp
|
refactor(kernel): remove 'let'-expressions
|
2014-06-24 16:27:27 -07:00 |
expr_eq_fn.h
|
perf(kernel/expr_eq_fn): delay cache allocation
|
2014-06-03 17:03:09 -07:00 |
expr_maps.h
|
feat(kernel/expr): add optional expression caching (aka "partial" hash-consing)
|
2014-06-03 15:35:47 -07:00 |
expr_sets.h
|
refactor(*): uses aliases for unordered_map and unordered_set
|
2013-12-18 12:30:45 -08:00 |
extension_context.h
|
feat(kernel): add is_def_eq predicate in the extension_context API
|
2014-05-15 13:53:10 -07:00 |
find_fn.h
|
refactor(kernel/expr): for_each_fn, replace_fn, and find_fn without templates
|
2014-03-18 10:27:55 -07:00 |
for_each_fn.cpp
|
refactor(kernel): remove 'let'-expressions
|
2014-06-24 16:27:27 -07:00 |
for_each_fn.h
|
fix(kernel/for_each_fn): typo
|
2014-06-11 15:06:11 -07:00 |
formatter.cpp
|
fix(kernel/formatter): make sure simple formatter output is not sensitive to internal names
|
2014-06-26 14:58:59 -07:00 |
formatter.h
|
refactor(kernel/formatter): formatter_cell object should not perform destructive updates
|
2014-05-24 13:51:39 -07:00 |
free_vars.cpp
|
refactor(kernel): remove 'let'-expressions
|
2014-06-24 16:27:27 -07:00 |
free_vars.h
|
feat(kernel): store free variable range in composite expressions
|
2014-04-17 11:31:48 -07:00 |
instantiate.cpp
|
feat(frontends/lean/notation_cmd): add 'notation' command
|
2014-06-15 10:49:05 -07:00 |
instantiate.h
|
feat(frontends/lean/notation_cmd): add 'notation' command
|
2014-06-15 10:49:05 -07:00 |
justification.cpp
|
fix(kernel/justification): missing 'const'
|
2014-06-26 08:18:18 -07:00 |
justification.h
|
fix(kernel/justification): missing 'const'
|
2014-06-26 08:18:18 -07:00 |
kernel_exception.cpp
|
feat(kernel/kernel_exception): add new auxiliary functions for throwing kernel exceptions
|
2014-05-15 13:53:10 -07:00 |
kernel_exception.h
|
refactor(kernel): remove unnecessary module
|
2014-05-17 12:35:41 -07:00 |
level.cpp
|
feat(frontends/lean): add infixl/infixr/postfix/precedence commands, add support for storing notation in .olean files, add support for organizing notation into namespaces
|
2014-06-14 22:13:25 -07:00 |
level.h
|
feat(library/aliases): add level aliases
|
2014-06-12 12:35:02 -07:00 |
metavar.cpp
|
feat(kernel/metavar): collect unassigned metavariables while instantiating
|
2014-06-21 16:58:09 -07:00 |
metavar.h
|
feat(kernel/metavar): collect unassigned metavariables while instantiating
|
2014-06-21 16:58:09 -07:00 |
pos_info_provider.cpp
|
refactor(*): error messages
|
2014-01-13 16:54:21 -08:00 |
pos_info_provider.h
|
refactor(kernel): justification objects
|
2014-03-18 10:27:56 -07:00 |
replace_fn.cpp
|
refactor(kernel): remove 'let'-expressions
|
2014-06-24 16:27:27 -07:00 |
replace_fn.h
|
refactor(kernel/free_vars): use get_free_var_range to improve lift_free_vars and lower_free_vars performance
|
2014-04-17 12:41:06 -07:00 |
replace_visitor.cpp
|
refactor(kernel): remove 'let'-expressions
|
2014-06-24 16:27:27 -07:00 |
replace_visitor.h
|
refactor(kernel): remove 'let'-expressions
|
2014-06-24 16:27:27 -07:00 |
type_checker.cpp
|
feat(kernel/type_checker): add mk_app_justification auxiliary function
|
2014-06-26 18:38:09 -07:00 |
type_checker.h
|
feat(kernel/type_checker): add mk_app_justification auxiliary function
|
2014-06-26 18:38:09 -07:00 |