Skip to content

Add warning to documentation about parametricity #7

Closed
@no-longer-on-githu-b

Description

@no-longer-on-githu-b

I think this library breaks parametricity.

toMaybe (toNullable (Just somethingNull)) /= Just somethingNull

but

toMaybe (toNullable (Just 1)) == Just 1

Should this be documented?

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