You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It reduces the incremental cost per package. Or isn't it already? It's not a submodule, but you can probably get the same behavior with coercedTo (attrsOf ...) (x: _unused: x) (functionTo (attrsOf ...)).
Another thing you could try is to parse the version suffixes and write some logic that gets the right one even if the minor or patch versions change etc. ie user could specify a version range or something.
settings.fourmolu.range = "0.13.*";
That needs a bunch more code than my other suggestion though.
This is a bit unwieldy
The text was updated successfully, but these errors were encountered: