composewell / streamly

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

StreamK/ParserK conversion functions #2687

Open harendra-kumar opened 5 months ago

harendra-kumar commented 5 months ago

To make the conversions more concise we can shorten them something like the following, we can even import these unqualified:

StreamK.fromStream => sK
ParserK.adapt => pK

Other alternatives are mk and un or toK and unK or cps and spc.