.. |
abstract.cpp
|
feat(kernel/replace_fn): add template replace that captures commonly used pattern
|
2013-12-17 18:31:59 -08:00 |
abstract.h
|
refactor(kernel/expr): remove 'null' expression, and operator bool for expression
|
2013-12-07 23:21:10 -08:00 |
builtin.cpp
|
refactor(library/cast): replace cast semantic attachment with axioms, add heterogeneous symmetry axiom
|
2013-12-21 18:23:37 -08:00 |
builtin.h
|
refactor(library/cast): replace cast semantic attachment with axioms, add heterogeneous symmetry axiom
|
2013-12-21 18:23:37 -08:00 |
CMakeLists.txt
|
feat(kernel/replace_fn): non-recursive replace_fn
|
2013-12-17 16:35:39 -08:00 |
context.cpp
|
feat(kernel/context): add operator== for contexts, and new constructor
|
2013-12-12 16:48:33 -08:00 |
context.h
|
feat(kernel/context): add operator== for contexts, and new constructor
|
2013-12-12 16:48:33 -08:00 |
environment.cpp
|
refactor(kernel): add unfold_opaque flag to normalizer, modify how type checker uses the opaque flag, remove hidden_defs, and mark most builtin definitions as opaque
|
2013-12-20 12:47:47 -08:00 |
environment.h
|
refactor(kernel): add unfold_opaque flag to normalizer, modify how type checker uses the opaque flag, remove hidden_defs, and mark most builtin definitions as opaque
|
2013-12-20 12:47:47 -08:00 |
expr.cpp
|
feat(kernel/expr): cache is_arrow result
|
2013-12-21 13:59:45 -08:00 |
expr.h
|
feat(kernel/expr): cache is_arrow result
|
2013-12-21 13:59:45 -08:00 |
expr_eq.h
|
refactor(kernel/expr): remove 'null' expression, and operator bool for expression
|
2013-12-07 23:21:10 -08: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/expr): remove 'null' expression, and operator bool for expression
|
2013-12-07 23:21:10 -08:00 |
formatter.cpp
|
refactor(kernel/environment): add ro_environment
|
2013-12-12 16:48:34 -08:00 |
formatter.h
|
refactor(kernel/environment): add ro_environment
|
2013-12-12 16:48:34 -08:00 |
free_vars.cpp
|
feat(kernel/replace_fn): add template replace that captures commonly used pattern
|
2013-12-17 18:31:59 -08:00 |
free_vars.h
|
refactor(kernel/metavar_env): use the same approach used in the class environment in the class metavar_env
|
2013-12-13 18:59:15 -08:00 |
instantiate.cpp
|
refactor(kernel/instantiate): remove hackish (dead) function
|
2013-12-20 14:37:05 -08:00 |
instantiate.h
|
refactor(kernel/instantiate): remove hackish (dead) function
|
2013-12-20 14:37:05 -08:00 |
justification.cpp
|
feat(kernel/expr): add some_expr and none_expr for building values of type optional<expr>
|
2013-12-08 10:34:38 -08:00 |
justification.h
|
chore(util/rc): remove unnecessary argument from LEAN_COPY_REF and LEAN_MOVE_REF macros
|
2013-12-13 15:01:24 -08:00 |
kernel_exception.cpp
|
fix(kernel/kernel_exception): incorrect pp method
|
2013-12-19 14:46:22 -08:00 |
kernel_exception.h
|
feat(kernel/environment): add set_opaque method
|
2013-12-20 10:45:44 -08:00 |
level.cpp
|
chore(util/rc): remove unnecessary argument from LEAN_COPY_REF and LEAN_MOVE_REF macros
|
2013-12-13 15:01:24 -08:00 |
level.h
|
refactor(lua): cleanup Lua bindings
|
2013-11-13 13:55:05 -08:00 |
metavar.cpp
|
fix(kernel/normalizer): metavariable reification
|
2013-12-21 06:40:26 -08:00 |
metavar.h
|
feat(kernel/metavar): make sure that a metavariable 'm' can only be assigned to a term that contains free variables available in the context associated with 'm'
|
2013-12-14 12:25:00 -08:00 |
normalizer.cpp
|
fix(kernel/normalizer): metavariable reification
|
2013-12-21 06:40:26 -08:00 |
normalizer.h
|
refactor(kernel): add unfold_opaque flag to normalizer, modify how type checker uses the opaque flag, remove hidden_defs, and mark most builtin definitions as opaque
|
2013-12-20 12:47:47 -08:00 |
object.cpp
|
feat(kernel/environment): add set_opaque method
|
2013-12-20 10:45:44 -08:00 |
object.h
|
refactor(kernel): add unfold_opaque flag to normalizer, modify how type checker uses the opaque flag, remove hidden_defs, and mark most builtin definitions as opaque
|
2013-12-20 12:47:47 -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
|
feat(pos_info_provider): add position information provider for expressions
|
2013-10-22 08:15:36 -07:00 |
pos_info_provider.h
|
feat(pos_info_provider): add position information provider for expressions
|
2013-10-22 08:15:36 -07:00 |
printer.cpp
|
feat(kernel/printer): include de Bruijn index in the debug printer
|
2013-12-16 16:56:46 -08:00 |
printer.h
|
refactor(kernel/environment): add ro_environment
|
2013-12-12 16:48:34 -08:00 |
replace_fn.h
|
feat(kernel/replace_fn): add template replace that captures commonly used pattern
|
2013-12-17 18:31:59 -08:00 |
replace_visitor.cpp
|
fix(kernel): incorrect use of scoped_map
|
2013-12-16 15:11:39 -08:00 |
replace_visitor.h
|
refactor(*): uses aliases for unordered_map and unordered_set
|
2013-12-18 12:30:45 -08:00 |
threadsafe_environment.h
|
refactor(kernel/environment): add ro_environment
|
2013-12-12 16:48:34 -08:00 |
type_checker.cpp
|
refactor(kernel): add unfold_opaque flag to normalizer, modify how type checker uses the opaque flag, remove hidden_defs, and mark most builtin definitions as opaque
|
2013-12-20 12:47:47 -08:00 |
type_checker.h
|
refactor(kernel/metavar_env): use the same approach used in the class environment in the class metavar_env
|
2013-12-13 18:59:15 -08:00 |
type_checker_justification.cpp
|
feat(kernel/expr): add some_expr and none_expr for building values of type optional<expr>
|
2013-12-08 10:34:38 -08:00 |
type_checker_justification.h
|
refactor(kernel/expr): remove 'null' expression, and operator bool for expression
|
2013-12-07 23:21:10 -08:00 |
unification_constraint.cpp
|
fix(kernel/unification_constraint): memory leak
|
2013-10-25 08:06:21 -07:00 |
unification_constraint.h
|
chore(util/rc): remove unnecessary argument from LEAN_COPY_REF and LEAN_MOVE_REF macros
|
2013-12-13 15:01:24 -08:00 |
update_expr.cpp
|
feat(kernel/replace_fn): non-recursive replace_fn
|
2013-12-17 16:35:39 -08:00 |
update_expr.h
|
feat(kernel/replace_fn): non-recursive replace_fn
|
2013-12-17 16:35:39 -08:00 |
value.h
|
Modify Doxygen file to extract all elements even the undocumented ones. Disable warnings for undocumented entities. Add extra comments.
|
2013-09-13 13:46:22 -07:00 |