Skip to content

Use runIdentity instead of unsafePerformIO in wordsQuoted #31

Description

@harendra-kumar
wordsQuoted :: String -> [String]
wordsQuoted =
    unsafePerformIO
        . Stream.fold Fold.toList
        . Stream.catRights
        . Stream.parseMany parser
        . Stream.fromList

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions