File tree Expand file tree Collapse file tree 5 files changed +15
-8
lines changed
Expand file tree Collapse file tree 5 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 11# Attributes
22
3- Mathlib version: ` 3b5ca69666326212946f476ff8fd2cbc4796fb91 `
3+ Mathlib version: ` 10061bf49d6d842b2099878901410ef3b6a393c2 `
44
55## Std.Internal.tree_tac
66 simp theorems used by internal DTreeMap lemmas
@@ -1052,7 +1052,7 @@ default simp lemmas:
10521052``` lean
10531053-MonoidalCategory.whiskerLeft_id, -MonoidalCategory.id_whiskerRight,
10541054-MonoidalCategory.tensor_comp, -MonoidalCategory.tensor_comp_assoc,
1055- -Mon_Class .mul_assoc, -Mon_Class .mul_assoc_assoc
1055+ -MonObj .mul_assoc, -MonObj .mul_assoc_assoc
10561056```
10571057
10581058The general algorithm it follows is to push the associators ` α_ ` and commutators ` β_ ` inwards until
Original file line number Diff line number Diff line change 11# Commands
22
3- Mathlib version: ` 3b5ca69666326212946f476ff8fd2cbc4796fb91 `
3+ Mathlib version: ` 10061bf49d6d842b2099878901410ef3b6a393c2 `
44
55## \# adaptation_note
66Defined in: ` adaptationNoteCmd `
Original file line number Diff line number Diff line change 11# Options
22
3- Mathlib version: ` 3b5ca69666326212946f476ff8fd2cbc4796fb91 `
3+ Mathlib version: ` 10061bf49d6d842b2099878901410ef3b6a393c2 `
44
55## Elab.async
66type: ` Bool `
@@ -947,6 +947,13 @@ default: `true`
947947
948948enable the tactic analysis framework
949949
950+ ## linter.tacticAnalysis.introMerge
951+ type: ` Bool `
952+
953+ default: ` true `
954+
955+
956+
950957## linter.tacticAnalysis.linarithToGrind
951958type: ` Bool `
952959
Original file line number Diff line number Diff line change 11# Tactics
22
3- Mathlib version: ` 3b5ca69666326212946f476ff8fd2cbc4796fb91 `
3+ Mathlib version: ` 10061bf49d6d842b2099878901410ef3b6a393c2 `
44
55## \# adaptation_note
66Defined in: ` «tactic#adaptation_note_» `
@@ -3816,7 +3816,7 @@ optional arguments:
38163816 (` true ` by default.)
38173817* ` restrict_type ` (not yet implemented in mathlib4)
38183818 will only use hypotheses that are inequalities over ` tp ` . This is useful
3819- if you have e.g. both integer and rational valued inequalities in the local context, which can
3819+ if you have e.g. both integer- and rational- valued inequalities in the local context, which can
38203820 sometimes confuse the tactic.
38213821
38223822A variant, ` nlinarith ` , does some basic preprocessing to handle some nonlinear goals.
@@ -3876,7 +3876,7 @@ optional arguments:
38763876 (` true ` by default.)
38773877* ` restrict_type ` (not yet implemented in mathlib4)
38783878 will only use hypotheses that are inequalities over ` tp ` . This is useful
3879- if you have e.g. both integer and rational valued inequalities in the local context, which can
3879+ if you have e.g. both integer- and rational- valued inequalities in the local context, which can
38803880 sometimes confuse the tactic.
38813881
38823882A variant, ` nlinarith ` , does some basic preprocessing to handle some nonlinear goals.
Original file line number Diff line number Diff line change 55 "type" : " git" ,
66 "subDir" : null ,
77 "scope" : " " ,
8- "rev" : " 3b5ca69666326212946f476ff8fd2cbc4796fb91 " ,
8+ "rev" : " 10061bf49d6d842b2099878901410ef3b6a393c2 " ,
99 "name" : " mathlib" ,
1010 "manifestFile" : " lake-manifest.json" ,
1111 "inputRev" : " master" ,
You can’t perform that action at this time.
0 commit comments