package reparse-unix

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

Module Reparse_unix.File_inputSource

create fd creates a Reparse.Parser.input instance from fd.

Examples

  let fd = Unix.openfile "hello.txt" [Unix.O_RDWR; Unix.O_CREAT] 0o640 in
  let file_input = Reparse_unix.File_input.create fd
OCaml

Innovation. Community. Security.