package base

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

Module Make3.Applicative_infixSource

Sourceval (<*>) : ('a -> 'b, 'd, 'e) X.t -> ('a, 'd, 'e) X.t -> ('b, 'd, 'e) X.t
Sourceval (<*) : ('a, 'd, 'e) X.t -> (unit, 'd, 'e) X.t -> ('a, 'd, 'e) X.t
Sourceval (*>) : (unit, 'd, 'e) X.t -> ('a, 'd, 'e) X.t -> ('a, 'd, 'e) X.t
Sourceval (>>|) : ('a, 'd, 'e) X.t -> ('a -> 'b) -> ('b, 'd, 'e) X.t
OCaml

Innovation. Community. Security.