package accessor

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

Module Make.Applicative_infixSource

Sourceval (<*>) : ('a -> 'b) B.t -> 'a B.t -> 'b B.t
Sourceval (>>|) : 'a B.t -> ('a -> 'b) -> 'b B.t