package base

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

Module Second.Applicative_infixSource

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

Innovation. Community. Security.