streamly icon indicating copy to clipboard operation
streamly copied to clipboard

Rename "toFold" from the Parser module to unsafeToFold

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

This is a partial function as folds are less powerful than parsers, not all parsers can be safely converted to folds. However, folds converted to parsers can be safely converted back to folds.

harendra-kumar avatar Feb 02 '24 15:02 harendra-kumar