blamario / grampa

Grammatical parsers - combinator library for parsing general context-free grammars
BSD 2-Clause "Simplified" License
36 stars 13 forks source link

Fixity of `(<$>)` #21

Closed endgame closed 4 years ago

endgame commented 4 years ago

(<$>) does not have a fixity annotation. Should it?

blamario commented 4 years ago

But it does:

https://github.com/blamario/grampa/commit/5f858d6dbadbe7d9a280e61b0a920be40f50bca3

endgame commented 4 years ago

Oh cool, thanks. That version must not have hit nixpkgs or hackage yet.

blamario commented 4 years ago

Version 1.4 has the fix released.