You can search for identifiers within the package.
in-package search v0.2.0
Rosa is a string library for OCaml
module Case : sig ... end
Case related operations
module Pattern : sig ... end
Pattern related operations
module Constants : sig ... end
String constants
val is_empty : string -> bool
val is_int : string -> bool
val is_float : string -> bool
val make : len:int -> char:char -> string