Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
fileExtension :: MonadThrow m => Path b File -> m String Source #
addExtension :: MonadThrow m => String -> Path b File -> m (Path b File) Source #
replaceExtension :: MonadThrow m => String -> Path b File -> m (Path b File) Source #