Indexed_foldable.Formodule F : Preface_specs.INDEXED_FOLDABLEval foldable_1 :
unit ->
((module Preface_specs.Types.T0
with type t = 'a),
('b -> 'a -> 'a) ->
'a ->
('b, 'index) F.t ->
'a)
Law.tval foldable_2 :
unit ->
((module Preface_specs.Types.T0
with type t = 'a),
('a -> 'b -> 'a) ->
'a ->
('b, 'index) F.t ->
'a)
Law.tval foldable_3 :
unit ->
((module Preface_specs.MONOID with type t = 'a), ('a, 'index) F.t -> 'a)
Law.t