package odig

  1. Overview
  2. Docs

ml files.

Ml

type t = ml

The type for ml files.

val read : Fpath.t -> (ml, [ `Msg of string ]) Pervasives.result

read f reads an ml file from f.

Warning. Does only check the file exists, not that it is syntactically correct.

val name : ml -> string

name ml is the name of the module interface.

val path : ml -> Fpath.t

path ml is the file path to the ml file.