package codept-lib

  1. Overview
  2. Docs

Edge type for qualifying dependencies

type t =
  1. | Normal
    (*

    standard dependency

    *)
  2. | Epsilon
    (*

    immediate dependency

    *)
val max : t -> t -> t
val min : t -> t -> t
val sch : t Schematic.t
val pp : t Pp.t
OCaml

Innovation. Community. Security.