streamly
streamly copied to clipboard
Make the default "parse" as unboxed parse
Considering that most common use would be to parse a stream of Unboxable types, we should consider using the parse name for parsing with an Unbox constraint so that we can use an unboxed array for backtrack buffer.
We can call the generic parsing routine (without any constraints) as parseGeneric.