package base

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

Module Make2.Applicative_infixSource

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

Innovation. Community. Security.