package jenga

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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