Function composition: Difference between revisions

Content added Content deleted
(Add bruijn)
Line 618: Line 618:


=={{header|Bruijn}}==
=={{header|Bruijn}}==
Composition operators as defined in <syntaxhighlight>std/Combinator</syntaxhighlight>:
Composition operators as defined in <code>std/Combinator</code>:
<syntaxhighlight lang="bruijn">
<syntaxhighlight lang="bruijn">
:import std/Number .
:import std/Number .