Skip to content

[Feature request] Extend a monadic idiom u&.(m&{) to dyadic valence #212

Description

@jip

An idiom u&.(m&{) is monadic only implementing:

m}&y u m&{ y           NB. u&.(m&{) y

I propose to extend it to support dyadic application implementing:

m}&y (m&{ x) u m&{ y    NB. x u&.(m&{) y

That is, to make an idiom u&.(m&{) ambivalent.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions