jon.recoil.org

Module Translclass

type error =
  1. | Tags of string * string
exception Error of Location.t * Translclass.error
val report_error : Stdlib.Format.formatter -> Translclass.error -> unit