Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module I = Parser.MenhirInterpreter
val parse :
Lexing.lexbuf ->
Types.command list I.checkpoint ->
Types.command list
val read_file : string -> Types.command list
Parse the contents from a file, using a given parser
.
val read_one : string -> Types.command list