Litozamia

Litozamia is a genus of sea snails, marine gastropod mollusks in the family Muricidae, the murex snails or rock snails.[1]

Litozamia
Scientific classification
Kingdom:
Phylum:
Class:
(unranked):
Superfamily:
Family:
Subfamily:
Genus:
Litozamia

Iredale, 1929

Species

Species within the genus Litozamia include:

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.
gollark: Learn Haskell.

References


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