package jenga

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val no_errors : t -> bool
val built : t -> int
val fraction : t -> int * int

todo and to_act_string are provided for display by build-manager

val todo : t -> int

todo and to_act_string are provided for display by build-manager

val to_act_string : t -> string
val to_string : t -> [< `monitor_style | `fraction ] -> string
val to_effort_string : t -> string
val finished : t -> [ `Success | `Failure ] option
val to_metrics : t -> Metrics.t
module Stable : sig ... end