Middle.IndexTypes of indexing operations
val fold : ('a -> 'b -> 'a) -> 'a -> 'b t -> 'aval t_of_sexp : 'a. (Sexplib0.Sexp.t -> 'a) -> Sexplib0.Sexp.t -> 'a tval sexp_of_t : 'a. ('a -> Sexplib0.Sexp.t) -> 'a t -> Sexplib0.Sexp.tval hash_fold_t :
'a. (Ppx_hash_lib.Std.Hash.state -> 'a -> Ppx_hash_lib.Std.Hash.state) ->
Ppx_hash_lib.Std.Hash.state ->
'a t ->
Ppx_hash_lib.Std.Hash.stateval pp :
(Stdlib.Format.formatter -> 'a -> unit) ->
Stdlib.Format.formatter ->
'a t ->
unitval pp_indices :
(Stdlib.Format.formatter -> 'a -> unit) ->
Stdlib.Format.formatter ->
'a t list ->
unitval bounds : 'a t -> 'a listval every_index_is_all : 'a t list -> boolval apply : default:'b -> merge:('b -> 'b -> 'b) -> ('a -> 'b) -> 'a t -> 'bApply an op over the Index types inner expressions.
val folder :
string Core.Set.Poly.t ->
(string Core.Set.Poly.t -> 'a -> string Core.Set.Poly.t) ->
'a t ->
string Core.Set.Poly.t