streamly icon indicating copy to clipboard operation
streamly copied to clipboard

Make the default "parse" as unboxed parse

Open harendra-kumar opened this issue 3 years ago • 0 comments

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.

harendra-kumar avatar Oct 27 '22 12:10 harendra-kumar