lean2/src/kernel
Leonardo de Moura 23988f528c refactor(kernel/expr): add expr constructors, and expression equality test
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-03-18 10:27:54 -07:00
..
abstract.cpp feat(kernel/replace_fn): add template replace that captures commonly used pattern 2013-12-17 18:31:59 -08:00
abstract.h feat(library/simplifier): support for dependent simplification in lambda expressions 2014-01-25 16:54:42 -08:00
CMakeLists.txt refactor(kernel/expr): add expr constructors, and expression equality test 2014-03-18 10:27:54 -07:00
context.cpp refactor(library/elaborator): remove hackish rule 2014-01-01 10:55:39 -08:00
context.h refactor(library/elaborator): remove hackish rule 2014-01-01 10:55:39 -08:00
decl_macros.h refactor(kernel/builtin): move helper decl macros to a separate file 2013-12-30 11:51:30 -08:00
diff_cnstrs.cpp fix(kernel/diff_cnstrs): missing include 2014-03-18 10:27:54 -07:00
diff_cnstrs.h fix(kernel/diff_cnstrs): copyright msg 2014-03-18 10:27:54 -07:00
environment.cpp fix(kernel/environment): imported predicate 2014-01-30 23:02:19 -08:00
environment.h fix(kernel/type_checker): is_proposition method was still assuming that a Pi never has type Bool 2014-01-15 11:02:52 -08:00
expr.cpp refactor(kernel/expr): add expr constructors, and expression equality test 2014-03-18 10:27:54 -07:00
expr.h refactor(kernel/expr): add expr constructors, and expression equality test 2014-03-18 10:27:54 -07:00
expr_eq_fn.cpp refactor(kernel/expr): add expr constructors, and expression equality test 2014-03-18 10:27:54 -07:00
expr_eq_fn.h refactor(kernel/expr): add expr constructors, and expression equality test 2014-03-18 10:27:54 -07:00
expr_maps.h refactor(*): uses aliases for unordered_map and unordered_set 2013-12-18 12:30:45 -08:00
expr_sets.h refactor(*): uses aliases for unordered_map and unordered_set 2013-12-18 12:30:45 -08:00
find_fn.h feat(kernel/expr): add some_expr and none_expr for building values of type optional<expr> 2013-12-08 10:34:38 -08:00
for_each_fn.h refactor(kernel): add heterogeneous equality back to expr 2014-02-07 10:28:10 -08:00
formatter.h refactor(kernel): move printer to library, cleanup io_state interface 2014-01-02 13:37:50 -08:00
free_vars.cpp refactor(kernel): add heterogeneous equality back to expr 2014-02-07 10:28:10 -08:00
free_vars.h feat(library/simplifier): make sure the simplifier can handle meta-variables 2014-01-28 20:30:47 -08:00
instantiate.cpp refactor(kernel): use ro_metavar_env instead of metavar_env in places where we only need to read the metavariable environment 2014-01-27 16:44:43 -08:00
instantiate.h refactor(kernel): use ro_metavar_env instead of metavar_env in places where we only need to read the metavariable environment 2014-01-27 16:44:43 -08:00
io_state.cpp refactor(kernel): move printer to library, cleanup io_state interface 2014-01-02 13:37:50 -08:00
io_state.h refactor(kernel): move printer to library, cleanup io_state interface 2014-01-02 13:37:50 -08:00
justification.cpp feat(kernel, library/elaborator, frontends/lean): improve how elaborator_exceptions are displayed in the Lean frontend 2014-01-03 17:18:23 -08:00
justification.h feat(kernel, library/elaborator, frontends/lean): improve how elaborator_exceptions are displayed in the Lean frontend 2014-01-03 17:18:23 -08:00
kernel.cpp refactor(kernel): remove semantic attachments from the kernel 2014-02-02 14:48:27 -08:00
kernel.h refactor(kernel): remove semantic attachments from the kernel 2014-02-02 14:48:27 -08:00
kernel_decls.cpp refactor(builtin/kernel): use standard definition for 'or' and 'and' 2014-02-17 12:05:34 -08:00
kernel_decls.h refactor(builtin/kernel): use standard definition for 'or' and 'and' 2014-02-17 12:05:34 -08:00
kernel_exception.cpp feat(frontends/lean): parse and pretty print tuples/pairs 2014-02-03 20:10:30 -08:00
kernel_exception.h feat(kernel): add dependent pairs 2014-02-03 16:52:49 -08:00
level.cpp feat(kernel/level): new universe level datastructure for universe level polymorphism 2014-03-18 10:27:54 -07:00
level.h refactor(kernel/expr): adding suport for universe polymorphism, and simplify metavariable representation 2014-03-18 10:27:54 -07:00
max_sharing.cpp refactor(kernel): add heterogeneous equality back to expr 2014-02-07 10:28:10 -08:00
max_sharing.h feat(kernel/max_sharing): check for imminent stack overflows and interruptions in the expression sharing maximizer 2014-01-21 14:33:49 -08:00
metavar.cpp fix(kernel/type_checker): caching bug 2014-02-12 10:43:01 -08:00
metavar.h refactor(kernel/type_checker): use read-only metavariable environment in methods that do not require write access to the metavariable environment 2014-01-27 17:38:06 -08:00
normalizer.cpp fix(library/elaborator): fix glitches in the elaborator that were forcing us to provide parameters explicitly 2014-02-07 18:02:08 -08:00
normalizer.h refactor(kernel/normalizer): normalizer only needs read access to metavariable environment 2014-01-27 17:03:36 -08:00
object.cpp feat(kernel): use new universe contraints in the environment, allow new constraints to be added 2014-01-06 16:46:11 -08:00
object.h feat(kernel): use new universe contraints in the environment, allow new constraints to be added 2014-01-06 16:46:11 -08:00
occurs.cpp chore(*): use 'explicit operator bool' everywhere. 2013-12-02 23:02:45 -08:00
occurs.h fix(kernel/occurs): typos 2013-11-13 17:04:56 -08:00
pos_info_provider.cpp refactor(*): error messages 2014-01-13 16:54:21 -08:00
pos_info_provider.h refactor(*): error messages 2014-01-13 16:54:21 -08:00
replace_fn.h refactor(kernel): add heterogeneous equality back to expr 2014-02-07 10:28:10 -08:00
replace_visitor.cpp refactor(builtin): merge pair.lean with kernel.lean, and add basic theorems 2014-02-07 16:04:44 -08:00
replace_visitor.h refactor(kernel): add heterogeneous equality back to expr 2014-02-07 10:28:10 -08:00
threadsafe_environment.h refactor(kernel/environment): add ro_environment 2013-12-12 16:48:34 -08:00
type_checker.cpp fix(kernel/type_checker): caching bug 2014-02-12 10:43:01 -08:00
type_checker.h feat(kernel): add dependent pairs 2014-02-03 16:52:49 -08:00
type_checker_justification.cpp feat(kernel): add dependent pairs 2014-02-03 16:52:49 -08:00
type_checker_justification.h feat(kernel): add dependent pairs 2014-02-03 16:52:49 -08:00
unification_constraint.cpp fix(library/elaborator): remove_detail procedure was keeping a lot of details when typeof_mvar_justification was being used 2014-01-07 13:24:46 -08:00
unification_constraint.h chore(kernel/unification_constraint): update max_constraint comment to reflect its new semantics 2014-01-08 01:09:47 -08:00
universe_constraints.cpp fix(kernel/environment): we should not add an universe contraint object to the set of object when an integer overflow occurs 2014-01-07 13:43:22 -08:00
universe_constraints.h fix(kernel/environment): we should not add an universe contraint object to the set of object when an integer overflow occurs 2014-01-07 13:43:22 -08:00
update_expr.cpp feat(frontends/lean): parse and pretty print sigma types 2014-02-03 18:16:00 -08:00
update_expr.h feat(frontends/lean): parse and pretty print sigma types 2014-02-03 18:16:00 -08:00
value.h fix(library/elaborator): fix glitches in the elaborator that were forcing us to provide parameters explicitly 2014-02-07 18:02:08 -08:00