package stdune

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

Module Path.Local_genSource

Sourcetype 'w t
Sourceval hash : 'w t -> int
Sourceval to_string : 'w t -> string
Sourceval of_string : string -> 'w t
Sourceval compare : 'w t -> 'w t -> Ordering.t

a directory is smaller than its descendants

Sourceval to_dyn : 'w t -> Dyn.t
Sourceval set_extension : 'w t -> ext:Filename.Extension.t -> 'w t

set_extension path ~ext replaces extension of path by ext

map_extension path ~f replaces extension of path by f extension

Sourceval split_extension : 'w t -> 'w t * Filename.Extension.Or_empty.t
Sourceval basename : 'w t -> Filename.t
Sourceval extend_basename : 'w t -> suffix:Filename.t -> 'w t
Sourcemodule Fix_root (Root : sig ... end) : sig ... end
Sourceval to_string_maybe_quoted : 'w t -> string
Sourceval is_descendant : 'w t -> of_:'w t -> bool
Sourceval is_root : 'w t -> bool
Sourceval parent_exn : 'w t -> 'w t
Sourceval parent : 'w t -> 'w t option
Sourceval explode : 'w t -> Filename.t list
Sourceval root : 'w t
Sourceval append : 'w t -> Stdune__.Path_intf.Unspecified.w t -> 'w t
Sourceval descendant : 'w t -> of_:'w t -> Stdune__.Path_intf.Unspecified.w t option
Sourceval reach : 'w t -> from:'w t -> string
Sourceval split_first_component : 'w t -> (Filename.t * Stdune__.Path_intf.Unspecified.w t) option
Sourcemodule L : sig ... end
Sourcemodule Prefix : sig ... end