mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-12 05:58:46 -05:00
6 lines
121 B
OCaml
6 lines
121 B
OCaml
|
|
|
|
exception Error of string
|
|
|
|
val errorf : ('a, Format.formatter, unit, 'b) format4 -> 'a
|
|
(** @raise Error when called *)
|