val seed :
( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_permval accounts :
( [< `Read | `Set_and_create ], t, Accounts.t ) Fieldslib.Field.t_with_permval 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 ) * 'ival 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 ) ->
tval 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 ) ->
unitval 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 ) ->
'fval map_poly :
( [< `Read | `Set_and_create ], t, 'a ) Fieldslib.Field.user ->
'b listval 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 ) ->
boolval 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 ) ->
boolval 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