Module Merlin_kernel.Mreader_parser

type kind =
  1. | ML
  2. | MLI
type t
type tree = [
  1. | `Interface of Ocaml_parsing.Parsetree.signature
  2. | `Implementation of Ocaml_parsing.Parsetree.structure
]
val result : t -> tree
val errors : t -> exn list