You can search for identifiers within the package.
in-package search v0.2.0
Various utilities module
val string_starts_with : String.t -> string -> bool
Implementation of 4.13's OCaml String.starts_with command to be backward compatible
val string_to_list : String.t -> char list
A simple function to transform a string into a list of its chars
val read_file : string -> string list
Simple re-usable file-reading into a list of line function
val write_to_file : string -> string -> unit
A function to write in a output file