Source file fpath_sexp0.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
(*********************************************************************************)
(*  fpath-base: Extending [Fpath] to use alongside [Sexplib0] and/or [Base]      *)
(*  SPDX-FileCopyrightText: 2023-2025 Mathieu Barbin <mathieu.barbin@gmail.com>  *)
(*  SPDX-License-Identifier: MIT                                                 *)
(*********************************************************************************)

module Fpath = struct
  include Fpath
  include Fpath0
  include Path.Export
end

module Absolute_path = Path.Absolute_path
module Relative_path = Path.Relative_path
module Fsegment = Fsegment
module Fpart = Fsegment