You can search for identifiers within the package.
in-package search v0.2.0
Module to parse a Unix-style argv into a list of strings
val parse : string -> (string list, string) Stdlib.result
parse t will split the t string into whitespace-separated substrings, taking into account quoting using the backslash character.
parse t
t