package codept-lib

  1. Overview
  2. Docs

Path as a list of name

type t = Name.t list
val pp : Format.formatter -> string list -> unit
val sch : t Schematic.t
module Set : sig ... end
module Map : sig ... end
type set = Set.t
type 'a map = 'a Map.t
val prefix : 'a list -> 'a
val change_file_extension : (string -> string) -> t -> t

Extension and parsing

val chop_extension : t -> t
val parse_filename : string -> t
OCaml

Innovation. Community. Security.