Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val iter :
t ->
color:((t, Color.t) Fieldslib.Field.t -> t -> Color.t -> unit) ->
content:((t, string) Fieldslib.Field.t -> t -> string -> unit) ->
unit
val 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
val for_all :
t ->
color:((t, Color.t) Fieldslib.Field.t -> t -> Color.t -> bool) ->
content:((t, string) Fieldslib.Field.t -> t -> string -> bool) ->
bool
val exists :
t ->
color:((t, Color.t) Fieldslib.Field.t -> t -> Color.t -> bool) ->
content:((t, string) Fieldslib.Field.t -> t -> string -> bool) ->
bool
val 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
val set_all_mutable_fields : t -> unit