package async_extended

  1. Overview
  2. Docs
type 'a t =
  1. | Update of 'a
  2. | Error of [ `Transform | `Read ] * exn