composewell / streamly

High performance, concurrent functional programming abstractions
https://streamly.composewell.com
Other
849 stars 63 forks source link

Fix the ParserK test module #2703

Open harendra-kumar opened 5 months ago

harendra-kumar commented 5 months ago

It seems to be testing Parser and not ParserK. Need to fix that.

harendra-kumar commented 5 months ago

We also need multi-way testing in the ParserK module - single element parser, Array parser, generic Array parser.