Module Ast_merlin

module Ast_merlin: sig .. end
Merlin support.

See Assemblage_tools.Merlin.



Merlin project file


type directive = [ `B of string
| `EXT of string list
| `FLG of string list
| `PKG of string
| `REC
| `S of string ]
type t = [ `B of string
| `Blank
| `Comment of string
| `EXT of string list
| `FLG of string list
| `PKG of string
| `REC
| `S of string ] list
val to_string : t -> string
val of_project : Assemblage.project -> t