package plebeia

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type name = Fs_types.Name.t

Path name : ex "tmp/file". No notion of absolute/relative paths

type t = Fs_types.Name.t list
val length : 'a list -> int
val equal : string list -> string list -> bool
val to_string : string list -> string
val pp : Format.formatter -> string list -> unit
val is_prefix_of : string list -> string list -> string list option