odoc.xref2
Odoc_xref2.Utils
odoc
odoc.document
odoc.examples
odoc.html
odoc.html_support_files
odoc.json_index
odoc.latex
odoc.loader
odoc.manpage
odoc.model
odoc.model_desc
odoc.ocamlary
odoc.odoc
odoc.search
odoc.search_html_frontend
odoc.syntax_highlighter
odoc.xref_test
module ResultMonad : sig ... end
The result type and a bind operator. This module is meant to be opened.
result
module OptionMonad : sig ... end
A bind operator for the option type. This module is meant to be opened.
option
module EitherMonad : sig ... end
val concat_map : 'a list -> ('b -> 'a list) -> 'b list -> 'a list
val filter_map : 'a list -> ('b -> 'a option) -> 'b list -> 'a list
val option_value : default:'a -> 'a option -> 'a