package bistro

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

Module Bistro_engine.Eval_threadSource

Lwt threads that accumulate errors

Sourcetype 'a t = ('a, Execution_trace.Set.t) Lwt_result.t
Sourceval return : 'a -> 'a t
Sourceval fail1 : Execution_trace.t -> 'a t
Sourceval both : 'a t -> 'b t -> ('a * 'b) t
Sourceval join2 : unit t -> unit t -> unit t
Sourceval join : 'a list -> f:('a -> unit t) -> unit t
Sourceval ignore : 'a t -> unit t
Sourcemodule Infix : sig ... end
OCaml

Innovation. Community. Security.