package sexp_diff

  1. Overview
  2. Docs

Module Fields.DirectSource

Sourceval iter : t -> color:((t, Color.t) Fieldslib.Field.t -> t -> Color.t -> unit) -> content:((t, string) Fieldslib.Field.t -> t -> string -> unit) -> unit
Sourceval fold : t -> init:'acc__0 -> color:('acc__0 -> (t, Color.t) Fieldslib.Field.t -> t -> Color.t -> 'acc__1) -> content:('acc__1 -> (t, string) Fieldslib.Field.t -> t -> string -> 'acc__2) -> 'acc__2
Sourceval for_all : t -> color:((t, Color.t) Fieldslib.Field.t -> t -> Color.t -> bool) -> content:((t, string) Fieldslib.Field.t -> t -> string -> bool) -> bool
Sourceval exists : t -> color:((t, Color.t) Fieldslib.Field.t -> t -> Color.t -> bool) -> content:((t, string) Fieldslib.Field.t -> t -> string -> bool) -> bool
Sourceval to_list : t -> color:((t, Color.t) Fieldslib.Field.t -> t -> Color.t -> 'elem__) -> content:((t, string) Fieldslib.Field.t -> t -> string -> 'elem__) -> 'elem__ list
Sourceval map : t -> color:((t, Color.t) Fieldslib.Field.t -> t -> Color.t -> Color.t) -> content:((t, string) Fieldslib.Field.t -> t -> string -> string) -> t
Sourceval set_all_mutable_fields : t -> unit
OCaml

Innovation. Community. Security.