Holes don't work infix
As pointed out in this tweet, holes don't work infix
#Haskell holes don't work with infixed functions, eg.
_ 1 1 (Hole found: Integer -> Integer -> ...)
1 `_` 1 (parse error)
1 `_x` 1 (same)
Trac metadata
| Trac field | Value |
|---|---|
| Version | 8.0.1 |
| Type | FeatureRequest |
| TypeOfFailure | OtherFailure |
| Priority | normal |
| Resolution | Unresolved |
| Component | Compiler |
| Test case | |
| Differential revisions | |
| BlockedBy | |
| Related | |
| Blocking | |
| CC | |
| Operating system | |
| Architecture |