package qcheck-lin

  1. Overview
  2. Docs

Internal module to build test representations. This module is exposed for internal uses only, its API may change at any time.

  • alert internal This module is exposed for internal uses only, its API may change at any time
module type CmdSpec = sig ... end
module Make (Spec : CmdSpec) : sig ... end
val pp_exn : Stdlib.Format.formatter -> exn -> unit

Format-based exception pretty printer