doc: fix typo in docstring of computeSynthOrder (#5398)
This commit is contained in:
parent
b320dcfef9
commit
0196bca784
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ private def mkInstanceKey (e : Expr) : MetaM (Array InstanceKey) := do
|
|||
DiscrTree.mkPath type tcDtConfig
|
||||
|
||||
/--
|
||||
Compute the order the arguments of `inst` should by synthesized.
|
||||
Compute the order the arguments of `inst` should be synthesized.
|
||||
|
||||
The synthesization order makes sure that all mvars in non-out-params of the
|
||||
subgoals are assigned before we try to synthesize it. Otherwise it goes left
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue