Quick - { - Monad To Dyad (Left)

Characters: {

Tags: hyper

Arity: dyadic

The resulting link is dyadic, meaning it takes two arguments. Note that the arity refers to that of the resulting link, not the number of links this quick consumes.

Functionality

Turn a monad into a dyad that calls the underlying monad on its left argument and ignores its right argument.

Details

x F{ y is equivalent to x F.

Syntax