package preface

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

The natural transformation from a Free selective to a Preface_specs.Monoid.

Parameters

Signature

type natural_transformation = {
  1. transform : 'a. 'a f -> Monoid.t;
}
val run : natural_transformation -> 'a t -> Monoid.t

Run the natural transformation over the Free selective.