package caldav

  1. Overview
  2. Docs
A CalDAV server

Install

Dune Dependency

Authors

Maintainers

Sources

caldav-0.2.4.tbz
sha256=2213432f79494809a8ea5c7726a0a264ab6770c7be74a929c65c39a27339e0a1
sha512=9c7ce48fbafa75ea309fcd49a5792976911bea857c9a3a4b334b9b75b3f65199669bacdfe62b98e34a7b5160883fd5b98d7795fd03aefad6434fa99545e26425

doc/caldav.webmachine/Webmachine/Make/argument-1-IO/index.html

Parameter Make.IO

type +'a t

The type of a blocking computation

val (>>=) : 'a t -> ('a -> 'b t) -> 'b t

The monadic bind operator for the type 'a t. m >>= f will pass the result of m to f, once the result is determined.

val return : 'a -> 'a t

return a creates a value of type 'a t that is already determined.

OCaml

Innovation. Community. Security.