package bonsai

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t

An in-progress file read.

val result : t -> (string, Read_error.t) Core.Result.t Ui_effect.t

Gets the result of the read. Will only return Error Aborted if you call abort.

val abort : t -> unit Ui_effect.t