package preface

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('a, 'b) t = ('a, 'b) Arrow.t

The type held by the Arrow_apply.

val apply : (('a, 'b) t * 'a, 'b) t

application of an arrow to an input.