Module Jenga_lib.Api.Located_error

module Loc : sig ... end
val raise : loc:Loc.t ‑> string ‑> _

Raise an error. Jenga will transfer the location and error message to the build manager so that it is properly displayed in emacs/vim/...

val raisef : loc:Loc.t ‑> ('a, unit, string, unit ‑> _Core.format4 ‑> 'a