Module Zkapp_length_bounds.Fields
val length_upper_bound :
( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_permval length_lower_bound :
( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_permval make_creator :
length_lower_bound:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
'a ->
( 'b -> int64 ) * 'c ) ->
length_upper_bound:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
'd ->
( 'e -> int64 ) * 'f ) ->
'g ->
( 'h -> t ) * 'ival create : length_lower_bound:int64 -> length_upper_bound:int64 -> tval map :
length_lower_bound:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
int64 ) ->
length_upper_bound:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
int64 ) ->
tval iter :
length_lower_bound:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
unit ) ->
length_upper_bound:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
unit ) ->
unitval fold :
init:'a ->
length_lower_bound:
( 'b ->
( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
'c ) ->
length_upper_bound:
( 'd ->
( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
'e ) ->
'fval map_poly :
( [< `Read | `Set_and_create ], t, 'a ) Fieldslib.Field.user ->
'b listval for_all :
length_lower_bound:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
bool ) ->
length_upper_bound:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
bool ) ->
boolval exists :
length_lower_bound:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
bool ) ->
length_upper_bound:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
bool ) ->
boolval to_list :
length_lower_bound:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
'a ) ->
length_upper_bound:
( ( [< `Read | `Set_and_create ], t, int64 ) Fieldslib.Field.t_with_perm ->
'b ) ->
'c list