Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val read_one : (Lexing.lexbuf -> 'a) -> string -> 'a
val read_toplevel : (Lexing.lexbuf -> 'a) -> unit -> 'a
val parser : Lexing.lexbuf -> Types.command
val read_lines_until : in_channel -> string -> string
val run_one :
Types.command ->
Types.evalstate ->
string ->
Types.evt * Types.evalstate
val repl_loop : Types.evalstate ref -> int -> bool -> unit
val repl : Types.evalstate -> int -> bool -> unit
val run_file :
string ->
Types.evalstate ->
int ->
bool ->
Types.evt * Types.evalstate