Module Merlin_kernel.Mocaml
val new_state : unit -> Merlin_kernel.Mocaml.typer_stateval with_state : Merlin_kernel.Mocaml.typer_state -> (unit -> 'a) -> 'aval is_current_state : Merlin_kernel.Mocaml.typer_state -> boolval setup_reader_config : Merlin_kernel.Mconfig.t -> unitval setup_typer_config : Merlin_kernel.Mconfig.t -> unitval default_printer :
Stdlib.Format.formatter ->
Merlin_extend.Extend_protocol.Reader.outcometree ->
unitval with_printer :
(Stdlib.Format.formatter ->
Merlin_extend.Extend_protocol.Reader.outcometree ->
unit) ->
(unit -> 'a) ->
'a