chore: typo
This commit is contained in:
parent
d96393ee47
commit
3a08dd2771
1 changed files with 1 additions and 1 deletions
|
|
@ -747,7 +747,7 @@ private def elabMatchAux (discrStxs : Array Syntax) (altViews : Array MatchAltVi
|
|||
| _ => pure ()
|
||||
```
|
||||
If `synthesizeSyntheticMVarsNoPostponing`, the example above fails at `x.fst` because
|
||||
the type of `x` is only available adfer we proces the last argument of `List.forM`.
|
||||
the type of `x` is only available after we proces the last argument of `List.forM`.
|
||||
|
||||
We apply pending default types to make sure we can process examples such as
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue