package codept-lib

  1. Overview
  2. Docs

Helper functions for definitions

val empty : definition
val modules : dict -> definition
val add : definition -> (string * t) -> definition
val add_type : definition -> (string * t) -> definition
val add_gen : level -> definition -> (string * t) -> definition
val merge : definition -> definition -> definition
val weak_merge : definition -> definition -> definition

weak_merge x y never redefines values in x

val pp : Format.formatter -> definition -> unit
type t = definition
OCaml

Innovation. Community. Security.