package base

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

Module Of_monad.Applicative_infixSource

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

same as apply

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

Innovation. Community. Security.