package lambda-term

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a t = 'a Lwt_mvar.t
val create : unit -> 'a t
val put : 'a t -> 'a -> unit Lwt.t
val get : 'a t -> 'a Lwt.t