package bonsai

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Starting
    (*

    The file read has been kicked off but no progress has been received yet

    *)
  2. | In_progress of Progress.t
  3. | Complete of string Core.Or_error.t
val sexp_of_t : t -> Sexplib0.Sexp.t