Skip to content

Naming of "ireturn" #5

Description

@lspitzner

With the AMP update, ireturn is somewhat outdated. I propose a new naming scheme:

class IxPointed where ipoint :: ..

ipure :: IxApplicative m => a -> m i i a
ipure = ipoint

ireturn :: IxMonad m => a -> m i i a
ireturn = ipoint

This is of course a breaking change for any existing instances.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions