Results 53 comments of Ivan Lazar Miljenovic

There's no way to constrain in FGL which edges are legal. It may be possible to implement a new FGL type using dependent-maps, but I'm hesitant to add any extra...

I'm wondering whether it might be worth defining a new type isomorphic to `Bool` to make it clear what the result it (does `True` mean "added in" or "already present"?).

I've never touched NodeMap myself, and can make no promises about when I might work on it. Pull requests accepted!

In case anyone is interested in achieving something like this, my current approach is this rather hacky [script](https://github.com/ivan-m/CanFP-Parsing/blob/master/runPandoc.hs).

Any particular reason for not splitting the lines up then chunking the resultant `Stream`? Just to avoid the extra steps?

If there are multiple targets in the `.cabal` file, then ask (especially with the new ido-based listing); otherwise, just use the default.

I can have a look, but no promises.

Can you give an example? I haven't noticed this in my code and I have some multiline strings. e.g. ```haskell "Donec neque quam, dignissim in, mollis nec, sagittis eu, \...

I had wondered why many errors were reported twice, but never bothered to dig into why! Thanks!

This has been affecting me for a while on NixOS: ```bash [nix-shell:~/code/test]$ wine --version wine-7.20 [nix-shell:~/code/test]$ WINEARCH=win32 WINEPREFIX=~/.wine_7.20 winetricks --unattended --force dotnet35sp1 Executing mkdir -p /home/ivan ------------------------------------------------------ Creating WINEPREFIX "/home/ivan/.wine_7.20"...