package spin

  1. Overview
  2. Docs

Module Decoder.InfixSource

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

Innovation. Community. Security.