Module Parser.MakeSource

Parameters

module Context : sig ... end

Signature

Sourcetype token = Tokens.token
Sourceexception Error
Sourceval parse_script : (Lexing.lexbuf -> token) -> Lexing.lexbuf -> ([ `Invalid of string | `Malformed of string | `Valid ] * [ `Binary of string | `Parsed of Ast.location Ast.Text.module_ | `Text of string ]) list
Sourcemodule MenhirInterpreter : sig ... end
Sourcemodule Incremental : sig ... end