package mc2

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