package biocaml

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

Module Future_unix.WriterSource

Sourcetype t = Core.Out_channel.t
Sourceval with_file : ?perm:int -> ?append:bool -> string -> f:(t -> 'a Deferred.t) -> 'a Deferred.t
Sourceval write : t -> string -> unit Deferred.t

Following functions returned a Deferred.t, while in Async they return unit.

Sourceval write_char : t -> char -> unit Deferred.t
Sourceval write_line : t -> string -> unit Deferred.t
OCaml

Innovation. Community. Security.