module Ast_merlin:sig
..end
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 -> string
val of_project : Assemblage.project -> t