package preface

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

The natural transformation from a Free selective to an other Preface_specs.Selective.

Parameters

Signature

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

Run the natural transformation over the Free selective.