package file_path

  1. Overview
  2. Docs
A library for typed manipulation of UNIX-style file paths

Install

Dune Dependency

Authors

Maintainers

Sources

file_path-v0.15.0.tar.gz
sha256=4c44185450fffa919bf900db1b54f2788f6831048997df390ef3bcf58395c41c

doc/src/file_path.file_path_unix/file_path_unix_intf.ml.html

Source file file_path_unix_intf.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
(** Blocking I/O operations for [File_path] types. See [../../doc/file-path.mdx]. *)

open! Core

module type S = sig
  include File_path_io.S with type 'a io := 'a (** @open *)
end

module type File_path_unix = sig
  module type S = S

  include S (** @open *)
end
OCaml

Innovation. Community. Security.