Module Merlin_kernel.Mreader_parserSource

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