package libsail

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

Module Sail_file.In_channelSource

This module aims to provide a drop-in replacement for the stdlib in_channel functionality used by Sail, essentially providing an iterator style interface to the file contents.

Sourcetype t
Sourceval from_file : handle -> t
Sourceval input_line_opt : t -> string option
Sourceval input_line : t -> string
OCaml

Innovation. Community. Security.