Page
Library
Module
Module type
Parameter
Class
Class type
Source
Bwd.BwdLabelsSourceThis module is similar to ListLabels but for backward lists.
Notes on the discrepancies with ListLabels:
New:
Changed:
cons was replaced by snoc.append was replaced by a new version that performs the "textual order yoga".nth, nth_opt, init, iteri, mapi, and filteri.iter, map, fold_left, fold_right, exists, mem, find, filter, and other similar functions.Forbidden:
rev, rev_append, rev_map, and rev_map2 will never be included.Missing but may be added in the future:
tl (as hd for lists), hd (as tl for lists), concat, flatten, concat_map.Please open a GitHub issue if you want a function to be included. We want to make this library useful to you, too!
Note that the iteration direction is from the right to the left, in the opposite direction of the corresponding functions in ListLabels.
Note that the iteration direction is from the right to the left, in the opposite direction of the corresponding functions in ListLabels.
Note that the iteration direction is from the right to the left, in the opposite direction of the corresponding functions in ListLabels.
Note that the iteration direction is from the right to the left, in the opposite direction of the corresponding functions in ListLabels.