Macro library

September 1, 2024 ยท View on GitHub

Source: include/stdlib/macro.ml

Provides convenient stand-alone macros.

Macro

MacroDescription
repeatRepeats the expression list a specified number of times
delimitInserts a delimiter between each argument of the list
reverseReverses the order of the arguments of the list
notNegates the given boolean argument
negNegates the identifier passed as a argument
incrIncrements the identifier passed as a argument
decrDecrements the identifier passed as a argument