package plato

  1. Overview
  2. Docs
module type PATH_PARENTS = sig ... end
module type PURE_PATH = sig ... end
module type PATH = sig ... end
module WindowsPath : PATH
module WindowsPurePath = WindowsPath.PurePath
module PosixPath : PATH
module PosixPurePath = PosixPath.PurePath
module Path : PATH
module PurePath = Path.PurePath