package base

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

Module Make_using_map2.Applicative_infixSource

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

same as apply

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

Innovation. Community. Security.