package core_extended

  1. Overview
  2. Docs

Module Read.Applicative_infixSource

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

Innovation. Community. Security.