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 one function in TParsec.Running is only ever useful to write down
examples but not to actually use it. It'd be nice to have specialised runners
for input String vs. Text and output Maybe a or List a.
The text was updated successfully, but these errors were encountered:
I made a parseMaybe function for internal use which is very similar to parse, only returning Just/Nothing instead of Singleton/Void. Not sure about returning List though. Also what do you mean by Text?
The one function in
TParsec.Running
is only ever useful to write downexamples but not to actually use it. It'd be nice to have specialised runners
for input
String
vs.Text
and outputMaybe a
orList a
.The text was updated successfully, but these errors were encountered: