package merlin-lib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type typer_state
val new_state : unit -> typer_state
val with_state : typer_state -> (unit -> 'a) -> 'a
val is_current_state : typer_state -> bool
val setup_reader_config : Mconfig.t -> unit
val setup_typer_config : Mconfig.t -> unit
val with_printer : (Format.formatter -> Merlin_extend.Extend_protocol.Reader.outcometree -> unit) -> (unit -> 'a) -> 'a
val clear_caches : unit -> unit
val flush_caches : ?older_than:float -> unit -> unit