Lennart Spitzner
Lennart Spitzner
(This is a bit worse though, because removing `forall` can break the code.)
I think this feature can be implemented in a way that does not intersect with other stuff, either by using a mapping on the annotations (we already pre-process them, so...
> Is this something brittany can do? as usual: not yet :p For general information (some of you might be aware of this, but i'll make it explicit): The ghc...
I don't use that extension, but it would certainly be nice to have it supported in brittany. Related additional features might also include some flags/commands to refactor/convert between unicode and...
> But a better idea would be to keep the proper tokens. I think the AST has the information there (for example, AnnDcolonU for Unicode, versus AnnDcolon for ASCII). Right,...
Neither do comments after the `->`s work with this extension
Same for "then" and "else"
Looks like the versions of `haskell-src-exts` and `lens` in you nix-store are newer than what the exference.cabal currently permits. Upgrading probably is trivial in regards to `lens`, but for `haskell-src-exts`...
If it does not take too long, i might be able to adapt to new haskell-src-exts later today. Otherwise you may have to change your nix setup.
i started adapting to new haskell-src-exts, but i won't finish this today.