Quick - Ʋ - Last Four As Monad

Characters: Ʋ

Tags: combinator

Arity: monadic

The resulting link is monadic, meaning it takes one argument. Note that the arity refers to that of the resulting link, not the number of links this quick consumes.

Functionality

Combine four links (that aren't part of an LCC) into one monad.

Details

Scanning backwards, if the chain starting at that point is not an LCC, increment a counter. Once the counter reaches four, return those links combined into a monad.

Syntax