module Make_sexpable: functor (Fold : Foldable_sexpable) -> S_sexpable with type in_value = Fold.data and type out_value = Fold.t
functor (
Fold
:
Foldable_sexpable
) ->
S_sexpable
with type in_value = Fold.data and type out_value = Fold.t
include Fold_map.S
include Sexpable.S1