Skip to content

GADT versus other Haskell options #396

@ScottFreeCode

Description

@ScottFreeCode

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

No one assigned

    Labels

    Haskell/FunctorConcerning the Haskell backend with --functorHaskell/GADTlexerConcerning the generated lexer

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions