monad syntax extension
allow this:
print (readInt [<getLine>] + readInt [<getLine>])
(or some other kind of funky brackets) to translate into
getLine>>=\x->getLine>>=\y->print (readInt x + readInt y)
Trac metadata
| Trac field | Value |
|---|---|
| Version | 6.10.1 |
| Type | FeatureRequest |
| TypeOfFailure | OtherFailure |
| Priority | normal |
| Resolution | Unresolved |
| Component | Compiler |
| Test case | |
| Differential revisions | |
| BlockedBy | |
| Related | |
| Blocking | |
| CC | |
| Operating system | |
| Architecture |