package acgtk

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | BadArity of string * int * int
  2. | UnknownPredicate of string
  3. | ParseError of string
val kind : string
val pp : Stdlib.Format.formatter -> t -> unit