You can search for identifiers within the package.
in-package search v0.2.0
t_of_sexp
sexp_of_t
type t =
| Basic of string
val t_of_sexp : Sexplib0.Sexp.t -> t
t_of_sexp sexp parses the s-expression sexp into a challenge
t_of_sexp sexp
sexp
val sexp_of_t : t -> Sexplib0.Sexp.t
sexp_of_t t converts the challenge t to an s-expression
sexp_of_t t
t