Module Merlin_dot_protocol.DirectiveSource
Source
type include_path = [ | `B of string| `S of string| `BH of string| `SH of string| `CMI of string| `CMT of string| `INDEX of string
]Source
type no_processing_required = [ | `EXT of string list| `FLG of string list| `STDLIB of string| `SOURCE_ROOT of string| `UNIT_NAME of string| `UNIT_NAME_FOR of Merlin_dot_protocol.Directive.unit_name_mapping| `WRAPPING_PREFIX of string| `SOURCE_ROOT of string| `SUFFIX of string| `READER of string list| `EXCLUDE_QUERY_DIR| `USE_PPX_CACHE| `UNKNOWN_TAG of string| `UNIT_NAME_FOR_ERROR of string
]