-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Call DeepL to translate you files -- -- Please see the README on GitHub at -- https://gitlab.com/global-access-public/deepl/-/blob/master/README.md @package deepl @version 0.1.0.0 module Config type Token = Text data Config Config :: Token -> FilePath -> FilePath -> Text -> Config [token] :: Config -> Token [input] :: Config -> FilePath [output] :: Config -> FilePath [lang] :: Config -> Text instance Data.Data.Data Config.Config instance GHC.Show.Show Config.Config module DeepL defaultDeepL :: Config -> Text -> IO Text deepL :: Config -> Text -> IO (Maybe Text) limit :: Int translateFile :: Config -> IO () breaker :: Monad m => Stream (Of (ByteString, Int)) m r -> Stream (Stream (Of (ByteString, Int)) m) m r step :: Monad m => Stream (Of (ByteString, Int)) m r -> Stream (Of (ByteString, Int)) m (Stream (Of (ByteString, Int)) m r)