Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Display a combinator expression in a default styled form
ResourceFunction["CombinatorTraditionalForm"][cmb] display the combinator expression cmb in left-associative parenthetical form with no application glyph. |
"UseCombinatorGlyphs" | Automatic | which symbols to replace with combinator glyphs |
Display a combinator expression that uses combinator glyphs in traditional form:
In[1]:= |
Out[1]= |
Display a combinator expression that does not use combinator glyphs in traditional form, automatically using the S and K combinator glyphs:
In[2]:= |
Out[2]= |
Display a combinator expression in traditional form, specifying that all combinator glyphs should be used:
In[3]:= |
Out[3]= |
Display a combinator expression in traditional form, specifying that no combinator glyphs should be used:
In[4]:= |
Out[4]= |
Display a combinator expression in traditional form, specifying that only the CombinatorS glyph should be used:
In[5]:= |
Out[5]= |
Display a combinator expression in traditional form, specifying that only the CombinatorS and CombinatorY glyphs should be used:
In[6]:= |
Out[6]= |
This work is licensed under a Creative Commons Attribution 4.0 International License