Module By_direction.Fields

val names : string list
val received : ( [< `Read | `Set_and_create ], 'a t, 'a0 ) Fieldslib.Field.t_with_perm
val sent : ( [< `Read | `Set_and_create ], 'a t, 'a0 ) Fieldslib.Field.t_with_perm
val make_creator : sent: ( ( [< `Read | `Set_and_create ], 'a t, 'a ) Fieldslib.Field.t_with_perm -> 'b -> ( 'c -> 'd ) * 'e ) -> received: ( ( [< `Read | `Set_and_create ], 'f t, 'f ) Fieldslib.Field.t_with_perm -> 'g -> ( 'h -> 'i ) * 'j ) -> 'k -> ( 'l -> 'm t ) * 'n
val create : sent:'a -> received:'b -> 'c t
val map : sent: ( ( [< `Read | `Set_and_create ], 'a t, 'a ) Fieldslib.Field.t_with_perm -> 'b ) -> received: ( ( [< `Read | `Set_and_create ], 'c t, 'c ) Fieldslib.Field.t_with_perm -> 'd ) -> 'e t
val iter : sent: ( ( [< `Read | `Set_and_create ], 'a t, 'a ) Fieldslib.Field.t_with_perm -> unit ) -> received: ( ( [< `Read | `Set_and_create ], 'b t, 'b ) Fieldslib.Field.t_with_perm -> unit ) -> unit
val fold : init:'a -> sent: ( 'b -> ( [< `Read | `Set_and_create ], 'c t, 'c ) Fieldslib.Field.t_with_perm -> 'd ) -> received: ( 'e -> ( [< `Read | `Set_and_create ], 'f t, 'f ) Fieldslib.Field.t_with_perm -> 'g ) -> 'h
val map_poly : ( [< `Read | `Set_and_create ], 'a t, 'b ) Fieldslib.Field.user -> 'c list
val for_all : sent: ( ( [< `Read | `Set_and_create ], 'a t, 'a ) Fieldslib.Field.t_with_perm -> bool ) -> received: ( ( [< `Read | `Set_and_create ], 'b t, 'b ) Fieldslib.Field.t_with_perm -> bool ) -> bool
val exists : sent: ( ( [< `Read | `Set_and_create ], 'a t, 'a ) Fieldslib.Field.t_with_perm -> bool ) -> received: ( ( [< `Read | `Set_and_create ], 'b t, 'b ) Fieldslib.Field.t_with_perm -> bool ) -> bool
val to_list : sent: ( ( [< `Read | `Set_and_create ], 'a t, 'a ) Fieldslib.Field.t_with_perm -> 'b ) -> received: ( ( [< `Read | `Set_and_create ], 'c t, 'c ) Fieldslib.Field.t_with_perm -> 'd ) -> 'e list
module Direct : sig ... end