Quick - }
- Monad To Dyad (Right)
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 right argument and ignores its left argument.
Details
x F} y
is equivalent to y F
.
Syntax
<monad>}
- monad to dyad, using the right argument