package travesty

  1. Overview
  2. No Docs
Traversable containers, monad extensions, and more

Install

dune-project
 Dependency

Authors

Maintainers

Sources

travesty-0.8.0.tbz
sha256=216c920c872cef2d52fa58e3c49826766a2cf6f2233e64937f18c46c0c5c5388
sha512=3b4f76794666aa3fb16c3639479790df3478a79e6f582b3e66b144e57df26a76580499961dd374f4fb6f3bd2dd7506e2725ed1242bada9deb14eb1916cacd18f

Description

'Travesty' is a library for defining containers with applicative or monadic traversals, inspired by Haskell's Traversable typeclass; it also contains various helpers for monadic code, such as state transformers and extension functions for common monads and containers. It sits on top of Jane Street's Base library and ecosystem.

Published: 30 Oct 2023

Dependencies (4)

  1. base >= "v0.16.3" & < "v0.17"
  2. ppx_jane >= "v0.16.0"
  3. ocaml >= "5.1"
  4. dune >= "3.6"

Dev Dependencies (2)

  1. odoc with-doc
  2. ppx_expect with-test & >= "v0.16.0"

Used by

None

Conflicts

None