val iter :
t ->
block_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
'a ) ->
internal_command_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
'b ) ->
sequence_no:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
'c ) ->
secondary_sequence_no:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
'd ) ->
status:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
'e ) ->
failure_reason:
( ( [< `Read | `Set_and_create ], t, string option )
Fieldslib.Field.t_with_perm ->
t ->
string option ->
'f ) ->
'g
val fold :
t ->
init:'a ->
block_id:
( 'b ->
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
'c ) ->
internal_command_id:
( 'd ->
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
'e ) ->
sequence_no:
( 'f ->
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
'g ) ->
secondary_sequence_no:
( 'h ->
( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
'i ) ->
status:
( 'j ->
( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
'k ) ->
failure_reason:
( 'l ->
( [< `Read | `Set_and_create ], t, string option )
Fieldslib.Field.t_with_perm ->
t ->
string option ->
'm ) ->
'n
val for_all :
t ->
block_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
bool ) ->
internal_command_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
bool ) ->
sequence_no:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
bool ) ->
secondary_sequence_no:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
bool ) ->
status:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
bool ) ->
failure_reason:
( ( [< `Read | `Set_and_create ], t, string option )
Fieldslib.Field.t_with_perm ->
t ->
string option ->
bool ) ->
bool
val exists :
t ->
block_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
bool ) ->
internal_command_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
bool ) ->
sequence_no:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
bool ) ->
secondary_sequence_no:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
bool ) ->
status:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
bool ) ->
failure_reason:
( ( [< `Read | `Set_and_create ], t, string option )
Fieldslib.Field.t_with_perm ->
t ->
string option ->
bool ) ->
bool
val to_list :
t ->
block_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
'a ) ->
internal_command_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
'b ) ->
sequence_no:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
'c ) ->
secondary_sequence_no:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
'd ) ->
status:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
'e ) ->
failure_reason:
( ( [< `Read | `Set_and_create ], t, string option )
Fieldslib.Field.t_with_perm ->
t ->
string option ->
'f ) ->
'g list
val map :
t ->
block_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
int ) ->
internal_command_id:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
int ) ->
sequence_no:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
int ) ->
secondary_sequence_no:
( ( [< `Read | `Set_and_create ], t, int ) Fieldslib.Field.t_with_perm ->
t ->
int ->
int ) ->
status:
( ( [< `Read | `Set_and_create ], t, string ) Fieldslib.Field.t_with_perm ->
t ->
string ->
string ) ->
failure_reason:
( ( [< `Read | `Set_and_create ], t, string option )
Fieldslib.Field.t_with_perm ->
t ->
string option ->
string option ) ->
t
val set_all_mutable_fields : 'a -> unit