package preface

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

Additional operations.

type ('a, 'b) t

The type held by the Strong Profunctor.

val uncurry : ('a, 'b -> 'c) t -> ('a * 'b, 'c) t

Uncurry a product Strong Profunctor.

val strong : ('a -> 'b -> 'c) -> ('a, 'b) t -> ('a, 'c) t

Lift a function into a Strong Profunctor.