Module Mc2_core.Error

exception Error of string
val err_ksprintf : f:(string -> 'a) -> ('b, Stdlib.Format.formatter, unit, 'a) Stdlib.format4 -> 'b
val err_sprintf : ('a, Stdlib.Format.formatter, unit, string) Stdlib.format4 -> 'a
val errorf : ('a, Stdlib.Format.formatter, unit, 'b) Stdlib.format4 -> 'a
val error : string -> 'a