merlin-lib.analysis
Merlin_analysis.Ppx_expand
merlin-lib.commands
merlin-lib.config
merlin-lib.dot_protocol
merlin-lib.extend
merlin-lib.kernel
merlin-lib.ocaml_compression
merlin-lib.ocaml_merlin_specific
merlin-lib.ocaml_parsing
merlin-lib.ocaml_preprocess
merlin-lib.ocaml_typing
merlin-lib.ocaml_utils
merlin-lib.os_ipc
merlin-lib.query_commands
merlin-lib.query_protocol
merlin-lib.sherlodoc
merlin-lib.utils
type ppx_kind =
| Expr of Ocaml_parsing.Parsetree.expression
| Sig_item of Ocaml_parsing.Parsetree.signature_item
| Str_item of Ocaml_parsing.Parsetree.structure_item
val check_extension : parsetree: [ `Implementation of Ocaml_parsing.Parsetree.structure | `Interface of Ocaml_parsing.Parsetree.signature ] -> pos:Lexing.position -> (ppx_kind * Ocaml_utils.Warnings.loc) option
val get_ppxed_source : ppxed_parsetree: [ `Implementation of Ocaml_parsing.Parsetree.structure | `Interface of Ocaml_parsing.Parsetree.signature ] -> pos:Lexing.position -> (ppx_kind * Ocaml_utils.Warnings.loc) -> Query_protocol.ppxed_source