Module GTCommon.Plugin

A few base classes for plugins with virtual methods to be implemented.

See Plugin_intf for complete description of all valuable methods

module Format = Caml.Format
val use_logging : bool
val log : ('a, Caml.Format.formatter, unit, unit) format4 -> 'a
module Make (AstHelpers : GTHELPERS_sig.S) : sig ... end