Every single string parser is now partial because #55 has injected its partial tab-counting code into the Stream Char String instance (and ignoring the tabwidth given to updatePos in favor of the default).
(Also, is there anywhere to read what that code is actually supposed to accomplish?)
Every single string parser is now partial because #55 has injected its partial tab-counting code into the
Stream Char String
instance (and ignoring the tabwidth given toupdatePos
in favor of the default).(Also, is there anywhere to read what that code is actually supposed to accomplish?)