chore: fix docstring
This commit is contained in:
parent
2753822fe7
commit
6d236fbf2e
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ def isEtaUnassignedMVar (e : Expr) : MetaM Bool := do
|
|||
```
|
||||
fun x₁ ... xₙ => ?m x₁ ... xₙ =?= t
|
||||
t =?= fun x₁ ... xₙ => ?m x₁ ... xₙ
|
||||
|
||||
```
|
||||
This is important because type inference often produces
|
||||
eta-expanded terms, and without this extra case, we could
|
||||
introduce counter intuitive behavior.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue