package codept-lib

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Module.ArgSource

Arg submodule for functor arguments

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

print with ocaml syntax

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