cies / htoml

TOML file format parser in Haskell
https://hackage.haskell.org/package/htoml
Other
38 stars 13 forks source link

Update Parser.hs #14

Closed Gurkenglas closed 8 years ago

cies commented 8 years ago

Thanks a lot, looks very clean and certainly a big improvement!

I'm not sure if I can as easily follow the code, but I like to have an excuse to get more into applicative form, and dot-free is always great :)

:+1:

cies commented 8 years ago

Sorry @Gurkenglas , I was to quick to pull it in. The code didn't build with your PR in, I managed to fix some of the compile errors, until the last two that I had no clue on how to fix.

You you try to have a look at it your self and make a new PR? Thanks.

cies commented 8 years ago

@Gurkenglas ping. Could you have a look at this and let me know what you think?

Gurkenglas commented 8 years ago

(Huh, I should check that email address more often.)

Can you show me those compile errors? Ideally with a link to that code snippet on that commit!