| ... | ... | @@ -187,6 +187,16 @@ There was not a consensus to make this change. |
|
|
|
|
|
|
|
A patch to add support for the syntax to GHC, as well as patches needed to fix GHC and the libraries to follow the new syntax, are in the ticket ([\#132](https://gitlab.haskell.org//haskell/prime/issues/132)).
|
|
|
|
|
|
|
|
|
|
|
|
This darcs patch is an example of real-world confusion caused by the current parsing:
|
|
|
|
|
|
|
|
```wiki
|
|
|
|
Sun Feb 21 12:59:33 GMT 2010 Eric Kow <kowey@darcs.net>
|
|
|
|
* Resolve issue1750: uncover help text for darcs show pristine.
|
|
|
|
f r { foo = bar } means f (r { foo = bar })
|
|
|
|
whereas what we really wanted was (f r) { foo = bar }
|
|
|
|
```
|
|
|
|
|
|
|
|
## Report Delta
|
|
|
|
|
|
|
|
|
| ... | ... | |