package preface

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

Parameters

module Monad : Monad.CORE

Signature

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

Run the natural transformation over the Free monad.