-
Notifications
You must be signed in to change notification settings - Fork 172
Open
Labels
Haskell/FunctorConcerning the Haskell backend with --functorConcerning the Haskell backend with --functorHaskell/GADTlexerConcerning the generated lexerConcerning the generated lexer
Milestone
Description
The GADT version of the Haskell backend does not appear to respect --text-token or --functor; I don't know GADTs well enough to know if the functor representation is possible (though it probably ought to warn it's ignoring the option, if it isn't possible), but the text option(s) should presumably be fixed if nothing else. If GADTs and Functors don't mix it would be nice to find an alternative means of getting position info in the GADT implementation as well.
(Personally I have, so far, gotten away with using the non-GADT Haskell backend. I'm exploring what difference it makes though.)
Metadata
Metadata
Assignees
Labels
Haskell/FunctorConcerning the Haskell backend with --functorConcerning the Haskell backend with --functorHaskell/GADTlexerConcerning the generated lexerConcerning the generated lexer