package spotlib

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

Module Make.SyntaxSource

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

synonym of bind

Sourceval (let+) : 'a M.t -> ('a -> 'b) -> 'b M.t

synonum of fmap, with the flipped arguments

Sourceval (and*) : 'a M.t -> 'b M.t -> ('a * 'b) M.t
Sourceval (and+) : 'a M.t -> 'b M.t -> ('a * 'b) M.t
OCaml

Innovation. Community. Security.