You can search for identifiers within the package.
in-package search v0.2.0
minicaml
Minicaml.Repl
val read_toplevel : (Lexing.lexbuf -> 'a) -> unit -> 'a
val wrap_syntax_errors : (Lexing.lexbuf -> 'a) -> Lexing.lexbuf -> 'a
Parser wrapper that catches syntax-related errors and converts them to errors.
val print_position : Lexing.lexbuf -> string
val parser : Lexing.lexbuf -> Types.expr
val read_lines_until : in_channel -> string -> string
val repl : Types.env_type -> unit