package codept-lib

  1. Overview
  2. Docs
type dp = Format.formatter -> unit
type 'a dprinter = 'a -> dp
module type Result_printer = sig ... end
module Make (Def : Zipper_def.s) (R : Result_printer with module T := Def.T) : sig ... end
module Opaque (Def : Zipper_def.s) : Result_printer with module T := Def.T
OCaml

Innovation. Community. Security.