GADT versus other Haskell options #396
Labels
Haskell/Functor
Concerning the Haskell backend with --functor
Haskell/GADT
lexer
Concerning the generated lexer
Milestone
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.)
The text was updated successfully, but these errors were encountered: