package preface

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

Aliases of some operations functions.

type ('a, 'b) t

The type held by the Arrow.

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