You can search for identifiers within the package.
in-package search v0.2.0
Package contains no libraries
val map_p :
('a->('b, 'error)Result.resultLwt.t)->'a list->('b list, 'error)Result.resultLwt.t
map_p f xs computes f x where x \in xs concurrently and returns a list of successful results or the first error encountered. All threads will have terminated by the time the function returns.