package acgtk

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

module M : MSG

Signature

type t
type msg =
  1. | Msg_Only of M.t
  2. | Msg_and_Full_Location of M.t * string option * location option
  3. | Msg_and_Location of M.t * location option
  4. | Msg_in_Full_Context of M.t
exception Stop
val empty : context -> t
val set_context : context -> t -> t
val register : ?blocking:bool -> msg -> t -> t
val issue_msg : ?filename:string -> ?location:location -> t -> t