Skip to content

Commit 76bf4e7

Browse files
committed
docs: fix various issues
1 parent 0b09301 commit 76bf4e7

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

src/BwdLabels.mli

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
{ul
2323
{- [init], [tl] (as [hd] for lists), [hd] (as [tl] for lists), [concat], [flatten], [concat_map].}
2424
{- Functions related to association lists.}
25-
{- Functions related to sorting.}}}}
25+
{- Functions related to sorting.}
26+
{- Conversion from/to sequences.}}}}
2627
2728
Please {{: https://github.com/RedPRL/ocaml-bwd/issues/new/choose}open a GitHub issue} if you want a function to be included.
2829
We want to make this library useful to you, too!
@@ -161,4 +162,4 @@ end
161162

162163
(**/**)
163164

164-
module Notation : module type of Infix [@@ocaml.alert deprecated "Use Bwd.Infix instead"]
165+
module Notation : module type of Infix [@@ocaml.alert deprecated "Use BwdLabels.Infix instead"]

src/BwdNoLabels.mli

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
{ul
2323
{- [init], [tl] (as [hd] for lists), [hd] (as [tl] for lists), [concat], [flatten], [concat_map].}
2424
{- Functions related to association lists.}
25-
{- Functions related to sorting.}}}}
25+
{- Functions related to sorting.}
26+
{- Conversion from/to sequences.}}}}
2627
2728
Please {{: https://github.com/RedPRL/ocaml-bwd/issues/new/choose}open a GitHub issue} if you want a function to be included.
2829
We want to make this library useful to you, too!

0 commit comments

Comments
 (0)