Closed nikomi closed 10 years ago
When compiling Alex lexers with GHC 7.8.2 the following message is emitted:
‘Alex’ is an instance of Monad but not Applicative - this will become an error in GHC 7.10, under the Applicative-Monad Proposal.
Could you please make 'Alex' an instance of Applicative to remove this?
thx, nik
It needs to be made and instance of Functor too, I think. This seems to be growing in importance with 7.10 on the horizon.
This is already fixed by #47.
When compiling Alex lexers with GHC 7.8.2 the following message is emitted:
Could you please make 'Alex' an instance of Applicative to remove this?
thx, nik