package spin

  1. Overview
  2. Docs
A project generator for Reason and OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

spin-0.6.0.tbz
sha256=2fea29779b8751651e101064affbfc482c62c68fc6672f28a314ae60f30c75c2
sha512=df00a63f6f12fe8ebd1626356741256f00c2c51878f227bca4243c83ff8dbbe1734fe7ce70d22ecb134968795e166ea5770fc038551f48fb6d510e52c3234c2e

doc/spin.std/Spin_std/Result/Let_syntax/index.html

Module Result.Let_syntax

val (let+) : ('a, 'b) t -> ('a -> 'c) -> ('c, 'b) t
val (let*) : ('a, 'b) t -> ('a -> ('c, 'b) t) -> ('c, 'b) t
val (and+) : ('a, 'b) result -> ('c, 'b) result -> ('a * 'c, 'b) result
OCaml

Innovation. Community. Security.