package preface

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('a, 'b) t = ('a, 'b) Operation.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