package ocaml-base-compiler

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