Provides an operator for assigning nested components of a list to names via a concise pattern matching syntax. This is especially convenient for assigning individual names to the multiple values that a function may return in the form of a list, and for extracting deeply nested list components.
%<=%
, %=>%
have been renamed %<<-%
, %->>%
, because <=
renders as a
less-than-or-equal symbol in fonts with ligatures (such as Fira Code).Initial release