package spotlib

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

Module Xlist.SyntaxSource

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

synonym of bind

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

synonum of fmap, with the flipped arguments

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