module Merlin:sig..end
Generate Merlin
project files.
typedirective =[ `B of string
| `EXT of string list
| `FLG of string list
| `PKG of string
| `REC
| `S of string ]
typet =[ `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 -> stringto_string m is m as a string.val of_project : Assemblage.project -> tof_project p is a merlin file for project p.