.. |
inductive
|
feat(kernel/inductive): check in add_inductive whether the environment supports inductive datatypes or not
|
2014-05-19 15:44:15 -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
|
feat(kernel/abstract): add more Fun functions for simplifying the creation lambda-expressions
|
2014-05-19 09:01:20 -07:00 |
abstract.h
|
feat(kernel/abstract): add more Fun functions for simplifying the creation lambda-expressions
|
2014-05-19 09:01:20 -07:00 |
CMakeLists.txt
|
refactor(kernel): remove unnecessary module
|
2014-05-17 12:35:41 -07:00 |
constraint.cpp
|
refactor(kernel): remove convertability constraints
|
2014-05-09 20:25:27 -07:00 |
constraint.h
|
refactor(kernel): remove convertability constraints
|
2014-05-09 20:25:27 -07:00 |
converter.cpp
|
refactor(kernel): reduce code duplication
|
2014-05-19 11:11:19 -07:00 |
converter.h
|
refactor(kernel): move delayed_justification to justification.h
|
2014-05-15 13:53:10 -07:00 |
definition.cpp
|
refactor(kernel): improve names
|
2014-05-16 11:28:05 -07:00 |
definition.h
|
refactor(kernel): improve names
|
2014-05-16 11:28:05 -07:00 |
environment.cpp
|
fix(kernel/environment): bug in get_extension
|
2014-05-19 10:41:22 -07:00 |
environment.h
|
feat(kernel): add proof irrelevance for classes
|
2014-05-16 15:30:32 -07:00 |
error_msgs.cpp
|
fix(kernel/error_msgs): application type mismatch error message
|
2014-05-12 14:49:42 -07:00 |
error_msgs.h
|
feat(kernel/error_msgs): expose pp_indent_expr
|
2014-05-02 12:03:12 -07:00 |
expr.cpp
|
refactor(kernel): reduce code duplication
|
2014-05-19 11:11:19 -07:00 |
expr.h
|
refactor(kernel): reduce code duplication
|
2014-05-19 11:11:19 -07:00 |
expr_eq_fn.cpp
|
refactor(kernel): improve names
|
2014-05-16 11:28:05 -07:00 |
expr_eq_fn.h
|
fix(kernel/type_checker): the type checker cache was not taking into account binder information
|
2014-05-14 17:14:57 -07:00 |
expr_maps.h
|
fix(kernel/type_checker): the type checker cache was not taking into account binder information
|
2014-05-14 17:14:57 -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): improve names
|
2014-05-16 11:28:05 -07:00 |
for_each_fn.h
|
fix(kernel): style warnings
|
2014-03-18 10:27:55 -07:00 |
formatter.cpp
|
feat(kernel/formatter): improve simple printer support for Pi and lambda
|
2014-05-19 08:16:32 -07:00 |
formatter.h
|
feat(kernel/formatter): add binding_body_fresh, let_body_fresh, and simplify formatter
|
2014-05-17 12:30:03 -07:00 |
free_vars.cpp
|
refactor(kernel): improve names
|
2014-05-16 11:28:05 -07:00 |
free_vars.h
|
feat(kernel): store free variable range in composite expressions
|
2014-04-17 11:31:48 -07:00 |
instantiate.cpp
|
refactor(kernel): remove telescope type, and procedures
|
2014-05-17 10:51:40 -07:00 |
instantiate.h
|
refactor(kernel): remove telescope type, and procedures
|
2014-05-17 10:51:40 -07:00 |
justification.cpp
|
fix[kernel/justification.cpp]: style
|
2014-05-15 13:53:11 -07:00 |
justification.h
|
feat(kernel/justification): add function for creating simple justification objects
|
2014-05-15 13:53:10 -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(kernel/level): add is_geq predicate, we need it for implementing the inductive datatype validation
|
2014-05-17 13:39:54 -07:00 |
level.h
|
feat(kernel/level): add is_geq predicate, we need it for implementing the inductive datatype validation
|
2014-05-17 13:39:54 -07:00 |
metavar.cpp
|
refactor(kernel): improve names
|
2014-05-16 11:28:05 -07:00 |
metavar.h
|
fix(kernel/metavar): typo
|
2014-05-01 15:28:34 -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
|
chore(kernel): binder => binding where appropriate
|
2014-05-17 11:37: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
|
chore(kernel): binder => binding where appropriate
|
2014-05-17 11:37:27 -07:00 |
replace_visitor.h
|
chore(kernel): binder => binding where appropriate
|
2014-05-17 11:37:27 -07:00 |
type_checker.cpp
|
fix(kernel/type_checker): memory access violation, closures (for printing error messages) had a uninteded reference to the type_checker
|
2014-05-19 08:59:32 -07:00 |
type_checker.h
|
fix(kernel/type_checker): style
|
2014-05-17 19:21:09 -07:00 |