Skip to content

Remove MonadFail (ST s) instance(s) #33

@phadej

Description

@phadej

These instances are now implemented as

instance MonadFail (ST s) where
    fail s = errorWithoutStackTrace s

for both strict and lazy as ST, and these are very much against the spirit of MonadFail proposal.

Metadata

Metadata

Assignees

No one assigned

    Labels

    approvedApproved by CLC votebase-4.17Implemented in base-4.17 (GHC 9.4)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions