⚠️ Oops! This page doesn't appear to define a type called _.
Edit

CmtFindDocItems

This module does not have a toplevel documentation block.

let iter: ( (string, option(Omd.t), docItem) => 'a, doc ) => unit

let docItemsFromTypes: ( string => Omd.t, Types.signature ) => list(doc)

let moduleContents: ( string => Omd.t, Types.module_type ) => moduleContents

let either: (option('a), option('a)) => option('a)

let mapFst: ('a => 'a, ('a, 'a)) => ('a, 'a)

let eitherFirst: (option('a), (option('a), 'a)) => ( option('a), 'a )

let docItemsFromStructure: ( string => Omd.t, list(Typedtree.structure_item) ) => (option(Omd.t), list(doc))

let moduleContentsStr: ( string => Omd.t, Typedtree.module_expr ) => (option(Omd.t), moduleContents)

let moduleContentsType: ( string => Omd.t, Types.module_type ) => moduleContents

let docItemsFromSignature: ( string => Omd.t, list(Typedtree.signature_item) ) => (option(Omd.t), list(doc))

let moduleContentsSig: ( string => Omd.t, Typedtree.module_type ) => (option(Omd.t), moduleContents)