acgtk.utilsLib
MessageMg.Make
acgtk.acgData
acgtk.containers
acgtk.datalogLib
acgtk.dump
acgtk.grammars
acgtk.logic
acgtk.magicRewriting
acgtk.scripting
acgtk.svg_rendering
module M : MSG
type t
type msg =
| Msg_Only of M.t
| Msg_and_Full_Location of M.t * string option * location option
| Msg_and_Location of M.t * location option
| 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