packages feed

pathtype-0.8.1.4: src/System/Path/Part.hs

module System.Path.Part (
    -- * Possible types for Path type parameters
    Abs,
    Rel,
    AbsRel,
    File,
    Dir,
    FileDir,
    ) where

import System.Path.Internal.Part