package bookaml

  1. Overview
  2. Docs
Library for retrieving information about published books

Install

Dune Dependency

Authors

Maintainers

Sources

v4.0.tar.gz
sha256=7af47997c54d37239a8249697720796f26f529bf602ea5fb3c211ae4f0f8b51f
md5=d18eec930a00a2ba442531d3cc12dea1

doc/bookaml/Bookaml_amazon/Make/argument-2-Httpgetter/Monad/index.html

Module Httpgetter.Monad

type 'a t
val return : 'a -> 'a t
val fail : exn -> 'a t
val bind : 'a t -> ('a -> 'b t) -> 'b t
val list_map : ('a -> 'b t) -> 'a list -> 'b list t
OCaml

Innovation. Community. Security.