package yocaml_runtime

  1. Overview
  2. Docs

Describes if a path is a file or a directory.

type t =
  1. | Directory of string
  2. | File of string
val from_path : is_directory:('path -> bool) -> concat:('path -> string -> 'path) -> 'path -> string -> t

lift a path into a kind.

OCaml

Innovation. Community. Security.