Skip to content

Unify MonadIO and MonadThrow constraints? #27

@snoyberg

Description

@snoyberg

A number of functions provide both MonadIO and MonadThrow constraints. However, by sticking a liftIO in front of the function body, we can knock this down to just a MonadIO constraint in all cases. Is there any objection to this change? If not, I can send a PR.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions