package bolt

  1. Overview
  2. Docs
type error =
  1. | Invalid_condition_string of string
exception Exception of error
class type t = object ... end
val direct : unit -> t
val memory : unit -> t
val retained : string -> t