Theophil Großgebauer

Theophil Großgebauer (24 November 1627, Ilmenau – 8 July 1661, Rostock) was a German Lutheran theologian active at the University of Rostock, most notable for his work Wächterstimme aus dem verwüsteten Zion.

Sources


gollark: Maybe?
gollark: Peak Haskell.
gollark: I ctrl+Fed the code for it and it does not appear to be used outside of its own definition.
gollark: How does that differ from "not actually used at all"?
gollark: ```haskellfoldM' :: (Monad m) => (a -> b -> m a) -> a -> [b] -> m afoldM' _ z [] = return zfoldM' f z (x:xs) = do z' <- f z x z' `seq` foldM' f z' xs```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.