Henry Eccles (cricketer)

Henry Eccles (4 March 1863 – 10 February 1931) was an English cricketer active from 1885 to 1889 who played for Lancashire. He was born and died in Liverpool. He appeared in six first-class matches as a righthanded batsman, scoring 40 runs with a highest score of 14, and held one catch.[1]

Notes


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```
gollark: Huh, I just realized that the Haskell program I'm porting defines its own weird monadic combinator thing and then *doesn't use it*.
gollark: This is more or less a direct port of a Haskell version which does *not* do this, so ??????????.
gollark: This one has it twice somehow.
gollark: As far as I can tell, the issue is that at some point a really different colour incurses, and then spreads a bit, and I don't know why.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.