val seed :
( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm
val accounts :
( [< `Read | `Set_and_create ], t, Accounts.t ) Fieldslib.Field.t_with_perm
val make_creator :
accounts:
( ( [< `Read | `Set_and_create ], t, Accounts.t )
Fieldslib.Field.t_with_perm ->
'a ->
( 'b -> Accounts.t ) * 'c ) ->
seed:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
'd ->
( 'e -> string ) * 'f ) ->
'g ->
( 'h -> t ) * 'i
val map :
accounts:
( ( [< `Read | `Set_and_create ], t, Accounts.t )
Fieldslib.Field.t_with_perm ->
Accounts.t ) ->
seed:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
string ) ->
t
val iter :
accounts:
( ( [< `Read | `Set_and_create ], t, Accounts.t )
Fieldslib.Field.t_with_perm ->
unit ) ->
seed:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
unit ) ->
unit
val fold :
init:'a ->
accounts:
( 'b ->
( [< `Read | `Set_and_create ], t, Accounts.t )
Fieldslib.Field.t_with_perm ->
'c ) ->
seed:
( 'd ->
( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
'e ) ->
'f
val map_poly :
( [< `Read | `Set_and_create ], t, 'a ) Fieldslib.Field.user ->
'b list
val for_all :
accounts:
( ( [< `Read | `Set_and_create ], t, Accounts.t )
Fieldslib.Field.t_with_perm ->
bool ) ->
seed:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
bool ) ->
bool
val exists :
accounts:
( ( [< `Read | `Set_and_create ], t, Accounts.t )
Fieldslib.Field.t_with_perm ->
bool ) ->
seed:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
bool ) ->
bool
val to_list :
accounts:
( ( [< `Read | `Set_and_create ], t, Accounts.t )
Fieldslib.Field.t_with_perm ->
'a ) ->
seed:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
'b ) ->
'c list