Fast_parser.MakeSourcemodule Context : sig ... endval 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