package acgtk

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type location = Stdlib.Lexing.position * Stdlib.Lexing.position
type context = {
  1. file : string option;
  2. loc : location option;
}
module type MSG = sig ... end
module Make (M : MSG) : sig ... end