Amoene van Haersolte
Jonkvrouw Amoëne van Haersolte (born Ernestine Amoene Sophia van Holthe tot Echten; 23 February 1890 – 11 August 1952) was a Dutch author of prose writing.
Van Haersolte was born in Utrecht. She won the first P. C. Hooft Award in 1947. She died, aged 62, in Dalfsen.
Bibliography
Novels
- 1949 - De komeet en het harlekijntje
- 1951 - Lucile
- 1953 - De roerkop
Novellas
- 1927 - De laatsten
- 1946 - Sophia in de Koestraat
- 1953 - De roerkop
gollark: ++exec```haskell{-# LANGUAGE RebindableSyntax #-}class Applicative m => TellDigitalCrossToLearnMonads m where (>>=) :: m a -> (a -> m b) -> m b (>>) :: m a -> m b -> m b return :: a -> m a tellDigitalCrossToLearnMonads :: String -> m amain = tellDigitalCrossToLearnMonads "hi!"```
gollark: ++exec```haskellclass Applicative m => TellDigitalCrossToLearnMonads m where (>>=) :: m a -> (a -> m b) -> m b (>>) :: m a -> m b -> m b return :: a -> m a tellDigitalCrossToLearnMonads :: String -> m a {-# MINIMAL (>>=) #-}```
gollark: ++exec```haskellclass Applicative m => TellDigitalCrossToLearnMonads (m :: * -> *) where (>>=) :: m a -> (a -> m b) -> m b (>>) :: m a -> m b -> m b return :: a -> m a tellDigitalCrossToLearnMonads :: String -> m a {-# MINIMAL (>>=) #-}```
gollark: ```haskellclass Applicative m => TellDigitalCrossToLearnMonads (m :: * -> *) where (>>=) :: m a -> (a -> m b) -> m b (>>) :: m a -> m b -> m b return :: a -> m a tellDigitalCrossToLearnMonads :: String -> m a {-# MINIMAL (>>=) #-}```
gollark: Bad lyricly. No unsafeperformio.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.