package csv-lwt

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

Module Csv_lwt.RowsSource

Sourceval header : in_channel -> string list

The header declared for this channel.

Sourceval set_header : ?replace:bool -> in_channel -> string list -> unit
Sourceval fold_left : f:('a -> Row.t -> 'a Lwt.t) -> init:'a -> in_channel -> 'a Lwt.t
Sourceval fold_right : f:(Row.t -> 'a -> 'a Lwt.t) -> in_channel -> 'a -> 'a Lwt.t
Sourceval iter : f:(Row.t -> unit Lwt.t) -> in_channel -> unit Lwt.t
Sourceval input_all : in_channel -> Row.t list Lwt.t
Sourceval load : ?separator:char -> ?strip:bool -> ?has_header:bool -> ?header:string list -> ?backslash_escape:bool -> ?excel_tricks:bool -> ?fix:bool -> string -> Row.t list Lwt.t
OCaml

Innovation. Community. Security.