You can search for identifiers within the package.
in-package search v0.2.0
minicaml
Minicaml.File
val read_file : (Lexing.lexbuf -> 'a) -> string -> 'a
Parse the contents from a file, using a given parser.
parser
val parser : Lexing.lexbuf -> Types.command list
val run_file_list : Types.command list -> Types.env_type -> int -> bool -> unit
val run_file : string -> int -> bool -> unit