You can search for identifiers within the package.
in-package search v0.2.0
minicaml
Minicaml.Repl
val read_one : (Lexing.lexbuf -> 'a) -> string -> 'a
val read_toplevel : (Lexing.lexbuf -> 'a) -> unit -> 'a
val parser : Lexing.lexbuf -> Types.expr
val read_lines_until : in_channel -> string -> string
val run_one : Types.command -> Types.env_type -> int -> bool -> Types.env_type
val repl : Types.env_type -> int -> unit