Paratilapia sp. nov. 'Vevembe'

Paratilapia sp. nov. 'Vevembe' is a species of fish in the family Cichlidae. It is endemic to Madagascar. Its natural habitats are rivers and swamps. It is threatened by habitat loss.

Paratilapia sp. nov. 'Vevembe'

Critically Endangered  (IUCN 3.1)
Scientific classification
Kingdom:
Phylum:
Class:
Order:
Family:
Genus:
Species:
P. sp. nov. 'Vevembe'
Binomial name
Paratilapia sp. nov. 'Vevembe'

Sources


gollark: Horribly messy version:```haskellwithIndices :: [a] -> [(Int, a)]withIndices = zip [1..]doStuff :: String -> [(Int, Int, Char)]doStuff s = (\(lineIx, l) -> fmap (\(charIx, char) -> (lineIx, charIx, char)) $ withIndices l) `concatMap` withIndices (lines s)main = print . doStuff $ "abcd"```
gollark: I reaaaaally don't like the mixing of english and spanishorsomething.
gollark: Nest wheres until they can be nested no more.
gollark: ... you want the first element of each, or...?
gollark: The problem is simple: `(a, b)` matches a tuple, which your strings are not.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.