package accessor_async

  1. Overview
  2. Docs
Accessors for Async types, for use with the Accessor library

Install

Dune Dependency

Authors

Maintainers

Sources

accessor_async-v0.16.0.tar.gz
sha256=5e3553d8150561a1446d82328d462f3059a9a3b305f0cb89c715183b4a0598d2

doc/src/accessor_async/accessor_lazy_deferred.ml.html

Source file accessor_lazy_deferred.ml

1
2
3
4
5
6
7
8
9
open! Core
open! Async_kernel
open! Import

include Accessor.Of_monad (struct
    include Lazy_deferred

    let apply = `Define_using_bind
  end)
OCaml

Innovation. Community. Security.