Module Lin.Internal

Internal module to build test representations. 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