package codept-lib

  1. Overview
  2. Docs

Arg submodule for functor arguments

type 'a t = {
  1. name : Name.t option;
  2. signature : 'a;
}
type 'a arg = 'a t
val map : ('a -> 'b) -> 'a arg -> 'b arg
val pp : (Format.formatter -> 'a -> unit) -> Format.formatter -> 'a arg option -> unit
val reflect : (Format.formatter -> 'a -> unit) -> Format.formatter -> 'a arg option -> unit

print with ocaml syntax

val sch : 'a Schematic.t -> 'a t Schematic.t
val pp_s : (Format.formatter -> 'a -> unit) -> Format.formatter -> 'a arg option list -> unit
OCaml

Innovation. Community. Security.