Proteome.Path
parsePathMaybe :: (FilePath -> Either a (Path b t)) -> Text -> Maybe (Path b t) Source #
parseAbsDirMaybe :: Text -> Maybe (Path Abs Dir) Source #
parseAbsFileMaybe :: Text -> Maybe (Path Abs File) Source #
parseRelDirMaybe :: Text -> Maybe (Path Rel Dir) Source #
parseRelFileMaybe :: Text -> Maybe (Path Rel File) Source #
absoluteParseDir :: Path Abs Dir -> Text -> Maybe (Path Abs Dir) Source #
absoluteParse :: Path Abs Dir -> Text -> Maybe (Path Abs File) Source #
existingFile :: MonadIO m => Path Abs Dir -> Text -> m (Maybe (Path Abs File)) Source #
dropSlash :: Path b t -> Text Source #
rootPathSegment :: Path b Dir -> Path b Dir Source #