package merlin-lib

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

Module Load_path.DirSource

Sourcetype t

Represent one directory in the load path.

Sourceval create : string -> t
Sourceval path : t -> string
Sourceval files : t -> string list

All the files in that directory. This doesn't include files in sub-directories of this directory.

OCaml

Innovation. Community. Security.