Skip to content

Commit

Permalink
docs: remove init from the "Missing" list
Browse files Browse the repository at this point in the history
  • Loading branch information
favonia committed Oct 20, 2023
1 parent 76bf4e7 commit c67c8bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/BwdLabels.mli
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{- Functions [rev], [rev_append], [rev_map], and [rev_map2] will {i never} be included.}}}
{- Missing but may be added in the future:
{ul
{- [init], [tl] (as [hd] for lists), [hd] (as [tl] for lists), [concat], [flatten], [concat_map].}
{- [tl] (as [hd] for lists), [hd] (as [tl] for lists), [concat], [flatten], [concat_map].}
{- Functions related to association lists.}
{- Functions related to sorting.}
{- Conversion from/to sequences.}}}}
Expand Down
2 changes: 1 addition & 1 deletion src/BwdNoLabels.mli
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{- Functions [rev], [rev_append], [rev_map], and [rev_map2] will {i never} be included.}}}
{- Missing but may be added in the future:
{ul
{- [init], [tl] (as [hd] for lists), [hd] (as [tl] for lists), [concat], [flatten], [concat_map].}
{- [tl] (as [hd] for lists), [hd] (as [tl] for lists), [concat], [flatten], [concat_map].}
{- Functions related to association lists.}
{- Functions related to sorting.}
{- Conversion from/to sequences.}}}}
Expand Down

0 comments on commit c67c8bf

Please sign in to comment.