You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 thePosition
type containline
andcolumn
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 thePosition
type containline
andcolumn
fields.The text was updated successfully, but these errors were encountered: