Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Compile-time errors for useless combinators #2047

@jdegoes

Description

@jdegoes

Various combinators don't make sense for infallible errors. We should try to produce compile-time errors for:

uio orElse zio // Error!
uio catchAll f 
uio catchSome f
uio.option
uio.either
uio retry s
// etc

Metadata

Metadata

Assignees

No one assigned

    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