package ortac-runtime

  1. Overview
  2. Docs

Module Ortac_runtime.ErrorsSource

Sourcetype t
Sourceval create : location -> string -> t

empty create a new empty error container

Sourceval register : t -> error -> unit

register t a add the element a to t

Sourceval report : t -> unit

report l prints the content of l

OCaml

Innovation. Community. Security.