Identity: Difference between revisions

Jump to navigation Jump to search
No change in size ,  17:23, 26 April 2020
rename compose to beside
No edit summary
(rename compose to beside)
Line 32: Line 32:
== Uses ==
== Uses ==


As the left [[operand]] to [[Compose]], Right makes the resulting [[derived function]] ignore its left argument (so the result is produced by a [[monadic]] invocation of the right operand, on the right argument). The same pattern can be produced by using Right as the right operand to [[Atop]].
As the left [[operand]] to [[Beside]], Right makes the resulting [[derived function]] ignore its left argument (so the result is produced by a [[monadic]] invocation of the right operand, on the right argument). The same pattern can be produced by using Right as the right operand to [[Atop]].
<source lang=apl>
<source lang=apl>
       2 ⊢∘- 7
       2 ⊢∘- 7
Line 118: Line 118:
1 2 3 4 5 6
1 2 3 4 5 6
</source>
</source>
== External links ==
== External links ==


trusted
41

edits

Navigation menu