| .. |
|
Match
|
chore: fix codebase
|
2021-12-10 13:12:09 -08:00 |
|
Tactic
|
fix: bug at simpLoop
|
2021-12-18 06:48:08 -08:00 |
|
AbstractMVars.lean
|
refactor: avoid Name, MVarId, and FVarId confusion
|
2021-09-07 19:06:50 -07:00 |
|
AbstractNestedProofs.lean
|
fix: preserve unused let declarations
|
2021-10-18 17:40:15 -07:00 |
|
AppBuilder.lean
|
refactor: ExprDefEq.lean and LevelDefEq.lean are now implementation only files
|
2021-12-06 09:57:00 -08:00 |
|
Basic.lean
|
feat: add Meta.Context.canUnfold?
|
2021-12-18 08:25:56 -08:00 |
|
Check.lean
|
refactor: ExprDefEq.lean and LevelDefEq.lean are now implementation only files
|
2021-12-06 09:57:00 -08:00 |
|
Closure.lean
|
chore: missing argument
|
2021-07-23 11:37:28 -07:00 |
|
Coe.lean
|
feat: unfold coercions and coeFun, coeSort, coeM, liftCoeM
|
2021-02-14 10:27:34 -08:00 |
|
CollectFVars.lean
|
refactor: Lean.Meta should not depend on Lean.Elab
|
2021-12-06 08:05:24 -08:00 |
|
CollectMVars.lean
|
chore: remove "liftable methods"
|
2020-12-09 15:06:07 -08:00 |
|
CongrTheorems.lean
|
chore: fix codebase
|
2021-12-10 13:12:09 -08:00 |
|
Constructions.lean
|
feat: optimized noConfusion for enumeration types
|
2021-09-06 11:52:36 -07:00 |
|
DecLevel.lean
|
refactor: ExprDefEq.lean and LevelDefEq.lean are now implementation only files
|
2021-12-06 09:57:00 -08:00 |
|
DiscrTree.lean
|
fix: unfold x<y in discrimination tree module
|
2021-11-23 07:34:51 -08:00 |
|
DiscrTreeTypes.lean
|
feat: add support for kernel projections to DiscrTree
|
2021-07-29 16:59:47 -07:00 |
|
Eqns.lean
|
feat: equation theorem manager
|
2021-09-17 14:20:28 -07:00 |
|
ExprDefEq.lean
|
chore: fix codebase
|
2021-12-10 13:12:09 -08:00 |
|
ForEachExpr.lean
|
chore: remove unnecessary do
|
2021-01-26 12:41:07 -08:00 |
|
FunInfo.lean
|
feat: add FunInfo.getArity
|
2021-09-14 15:58:00 -07:00 |
|
GeneralizeTelescope.lean
|
refactor: ExprDefEq.lean and LevelDefEq.lean are now implementation only files
|
2021-12-06 09:57:00 -08:00 |
|
GeneralizeVars.lean
|
refactor: add sortFVarIds to Meta/Basic.lean
|
2021-09-20 11:32:53 -07:00 |
|
GetConst.lean
|
feat: add Meta.Context.canUnfold?
|
2021-12-18 08:25:56 -08:00 |
|
GlobalInstances.lean
|
refactor: break DiscrTree -> WHNF dependency
|
2021-07-29 15:26:35 -07:00 |
|
IndPredBelow.lean
|
feat: use forallTelescopeReducing
|
2021-10-25 13:05:23 -07:00 |
|
Inductive.lean
|
refactor: ExprDefEq.lean and LevelDefEq.lean are now implementation only files
|
2021-12-06 09:57:00 -08:00 |
|
InferType.lean
|
refactor: avoid Name, MVarId, and FVarId confusion
|
2021-09-07 19:06:50 -07:00 |
|
Injective.lean
|
chore: fix codebase
|
2021-12-10 13:12:09 -08:00 |
|
Instances.lean
|
feat: allow instances to be (temporarily) erased
|
2021-08-31 15:30:29 -07:00 |
|
KAbstract.lean
|
refactor: ExprDefEq.lean and LevelDefEq.lean are now implementation only files
|
2021-12-06 09:57:00 -08:00 |
|
LevelDefEq.lean
|
refactor: ExprDefEq.lean and LevelDefEq.lean are now implementation only files
|
2021-12-06 09:57:00 -08:00 |
|
Match.lean
|
chore: move MatchEqs
|
2021-08-17 21:32:32 -07:00 |
|
MatchUtil.lean
|
feat: add contradiction
|
2021-03-03 17:00:54 -08:00 |
|
Offset.lean
|
fix: bug at Offset.lean
|
2021-11-08 18:27:25 -08:00 |
|
PPGoal.lean
|
chore: fix codebase
|
2021-12-10 13:12:09 -08:00 |
|
RecursorInfo.lean
|
refactor: ExprDefEq.lean and LevelDefEq.lean are now implementation only files
|
2021-12-06 09:57:00 -08:00 |
|
Reduce.lean
|
feat: add reduce conv tactic
|
2021-09-09 17:47:10 -07:00 |
|
ReduceEval.lean
|
chore: fix module comments, they must occur after the imports
|
2021-08-06 14:02:42 -07:00 |
|
SizeOf.lean
|
chore: use "theorem" instead of "lemma" in messages
|
2021-05-21 20:35:23 -07:00 |
|
SortLocalDecls.lean
|
refactor: avoid Name, MVarId, and FVarId confusion
|
2021-09-07 19:06:50 -07:00 |
|
Structure.lean
|
fix: diamonds with dependent fields
|
2021-08-09 19:01:08 -07:00 |
|
SynthInstance.lean
|
fix: typo at hasUnusedArguments
|
2021-12-14 06:50:34 -08:00 |
|
Tactic.lean
|
feat: add cleanup tactic
|
2021-10-06 19:54:28 -07:00 |
|
Transform.lean
|
fix: another instance of the binder cache issue
|
2021-05-05 10:45:38 -07:00 |
|
TransparencyMode.lean
|
feat: add Meta.Rewrite.Config
|
2021-09-12 18:44:08 -07:00 |
|
UnificationHint.lean
|
refactor: ExprDefEq.lean and LevelDefEq.lean are now implementation only files
|
2021-12-06 09:57:00 -08:00 |
|
WHNF.lean
|
chore: use doubleticks at WHNF.lean
|
2021-12-18 08:43:50 -08:00 |