= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
package datakit-ci
-
datakit_ci
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val return : 'a -> 'a t
val fail : ('a, Format.formatter, unit, 'b t) Pervasives.format4 -> 'a
val pending : ('a, Format.formatter, unit, 'b t) Pervasives.format4 -> 'a
val state :
'a t ->
('a, [ `Pending of string | `Failure of string ]) Pervasives.result t
val of_state :
('a, [< `Pending of string | `Failure of string ]) Pervasives.result ->
'a t
val catch : 'a t -> ('a, [ `Failure of string ]) Pervasives.result t
module Infix : sig ... end