DeepL
defaultDeepL :: Config -> Text -> IO Text Source #
deepL :: Config -> Text -> IO (Maybe Text) Source #
limit :: Int Source #
translateFile :: Config -> IO () Source #
breaker :: Monad m => Stream (Of (ByteString, Int)) m r -> Stream (Stream (Of (ByteString, Int)) m) m r Source #
step :: Monad m => Stream (Of (ByteString, Int)) m r -> Stream (Of (ByteString, Int)) m (Stream (Of (ByteString, Int)) m r) Source #