Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Indents #172

Open
jamesdbrock opened this issue Apr 2, 2022 · 0 comments
Open

Indents #172

jamesdbrock opened this issue Apr 2, 2022 · 0 comments

Comments

@jamesdbrock
Copy link
Member

The Parsing.Indents module is based on an old version of the indents library.

https://hackage.haskell.org/package/indents-0.3.3/docs/Text-Parsec-Indent.html

The last version of the indents library has a much better design, in terms of a ReaderT.

https://hackage.haskell.org/package/indents-0.5.0.1/docs/Text-Parsec-Indent.html

The current of the Parsing.Indents module requires that the Position type contain line and column fields, which I don't like, and which is blocking #162 .

I want to delete the whole Parsing.Indents module and replace it with something which doesn't require that the Position type contain line and column fields.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant