package libsail

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

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.

type t
val from_file : handle -> t
val input_line_opt : t -> string option
val input_line : t -> string
OCaml

Innovation. Community. Security.