package accessor_async

  1. Overview
  2. Docs

Source file accessor_lazy_deferred.ml

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

include Accessor.Of_monad (struct
    include Lazy_deferred

    let apply = `Define_using_bind
  end)
OCaml

Innovation. Community. Security.