Module Ortac_runtime_monolith.Errors

type t
val create : location -> string -> t

empty create a new empty error container

val register : t -> error -> unit

register t a add the element a to t

val report : t -> unit

report l prints the content of l