package mdx

  1. Overview
  2. Docs

Module Mdx.Mli_parserSource

Sourceval parse_mli : string -> (Document.line list, [ `Msg of string ] list) result

Slice an mli file into its Text and Block parts.

Sourceval parse_mld : ?filename:string -> string -> (Document.line list, [ `Msg of string ] list) result

Slice an mld file into its Text and Block parts.

OCaml

Innovation. Community. Security.