Leo, West Virginia

Leo is an extinct town in Roane County, in the U.S. state of West Virginia.[1]

History

Variant names were Lonewillow and Pratt.[1] A post office called Pratt was established in 1888, the name was changed to Leo in 1901, the name was changed yet again to Lonewillow in 1925, and the post office closed in 1936.[2] Leo was named after a local girl.[3]

gollark: I'm at the point of knowing the syntax and basic libraries and stuff, but I have no idea how to write useful code.
gollark: Also monads, which are burritos, oranges in a radioactive spacesuit, and also `Monad m => (a -> m b) -> m a -> m b`.
gollark: I find it very hard to reason about code which frequently ends up chopping up infinite lists.
gollark: Haskell code is very confusing because of its crazy use of abstraction everywhere, somewhat alien (but nice and clean) syntax, and the whole lazy evaluation thing.
gollark: ```haskellprimes = filterPrime [2..] where filterPrime (p:xs) = p : filterPrime [x | x <- xs, x `mod` p /= 0]````primes` here has been defined as the infinite list of all prime numbers.

References


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.