package ortac-runtime

  1. Overview
  2. Docs
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

OCaml

Innovation. Community. Security.