package acgtk

  1. Overview
  2. Docs
type err =
  1. | BadArity of string * int * int
  2. | ParseError of string
module E : UtilsLib.ErrorMg.E with type t = err