You can search for identifiers within the package.
in-package search v0.2.0
val serialize : 'a -> string
serialize x prints a string representation of x
serialize x
x
truncate x prints about 100 characters of the * string representation of x
truncate x
val truncate : 'a -> string