We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For example parsers:
parser = Foo <$> foo <|> Bar <$> baz <*> baz <|> Qux <$> tux parser = Foo <$> foo <|> Bar <$> bar <*> baz <|> Qux <$> qux
Also chained lens updates
update = foo .~ 5 >>> bar ?~ "new" >>> baz %~ (+ 1) update = foo .~ 5 >>> bar ?~ "new" >>> baz %~ (+ 1)
An option to be able keep the former would be fantastic.
Would fix fourmolu/fourmolu#168 once downstreamed.
The text was updated successfully, but these errors were encountered:
Why is it strange?
Sorry, something went wrong.
I don't see how it could be considered reasonable...
Why should the first field modification be singled out and out of line with all the other field modifications? Likewise for parser options.
No branches or pull requests
For example parsers:
Also chained lens updates
An option to be able keep the former would be fantastic.
Would fix fourmolu/fourmolu#168 once downstreamed.
The text was updated successfully, but these errors were encountered: