-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Enumeration of common filetype extensions for use with the path library. -- -- Enumeration of common filetype extensions for use with the path -- library, add variants for adding an extension to a path and with -- variants for replacing an existing extension. @package path-extensions @version 0.0.1.0 module Path.Extensions c_extension :: [Char] cpp_extension :: [Char] css_extension :: [Char] gif_extension :: [Char] hs_extension :: [Char] html_extension :: [Char] jpg_extension :: [Char] js_extension :: [Char] md_extension :: [Char] mp4_extension :: [Char] o_extension :: [Char] pdf_extension :: [Char] php_extension :: [Char] png_extension :: [Char] xml_extension :: [Char] addCExtension :: MonadThrow m => Path b File -> m (Path b File) addCppExtension :: MonadThrow m => Path b File -> m (Path b File) addCssExtension :: MonadThrow m => Path b File -> m (Path b File) addGifExtension :: MonadThrow m => Path b File -> m (Path b File) addHsExtension :: MonadThrow m => Path b File -> m (Path b File) addHtmlExtension :: MonadThrow m => Path b File -> m (Path b File) addJpgExtension :: MonadThrow m => Path b File -> m (Path b File) addMdExtension :: MonadThrow m => Path b File -> m (Path b File) addMp4Extension :: MonadThrow m => Path b File -> m (Path b File) addOExtension :: MonadThrow m => Path b File -> m (Path b File) addPdfExtension :: MonadThrow m => Path b File -> m (Path b File) addPhpExtension :: MonadThrow m => Path b File -> m (Path b File) addPngExtension :: MonadThrow m => Path b File -> m (Path b File) addXmlExtension :: MonadThrow m => Path b File -> m (Path b File) withCExtension :: MonadThrow m => Path b File -> m (Path b File) withCppExtension :: MonadThrow m => Path b File -> m (Path b File) withCssExtension :: MonadThrow m => Path b File -> m (Path b File) withGifExtension :: MonadThrow m => Path b File -> m (Path b File) withHsExtension :: MonadThrow m => Path b File -> m (Path b File) withHtmlExtension :: MonadThrow m => Path b File -> m (Path b File) withJpgExtension :: MonadThrow m => Path b File -> m (Path b File) withMdExtension :: MonadThrow m => Path b File -> m (Path b File) withMp4Extension :: MonadThrow m => Path b File -> m (Path b File) withPdfExtension :: MonadThrow m => Path b File -> m (Path b File) withPhpExtension :: MonadThrow m => Path b File -> m (Path b File) withPngExtension :: MonadThrow m => Path b File -> m (Path b File) withXmlExtension :: MonadThrow m => Path b File -> m (Path b File)