Polemon robustus

Polemon robustus, or the Zaire snake-eater, is a species of rear-fanged venomous snake in the family Atractaspididae.[2] The species is endemic to Africa.[1]

Polemon robustus
Scientific classification
Kingdom: Animalia
Phylum: Chordata
Class: Reptilia
Order: Squamata
Suborder: Serpentes
Family: Lamprophiidae
Genus: Polemon
Species:
P. robustus
Binomial name
Polemon robustus
(de Witte & Laurent, 1943)
Synonyms[1]
  • Miodon robustus
    de Witte & Laurent, 1943
  • Polemon robustus
    Welch, 1994

Geographic range

P. robustus is found in the Central African Republic and the Democratic Republic of the Congo.

gollark: ?
gollark: Unless it had good macros.
gollark: I personally think that while less complexity is good, switching to sugarless lisp would be bad.
gollark: ```haskelltype PasteCapture a = Capture "username" Text :> Capture "pasteName" Text :> atype GetPasteAPI = PasteCapture (Get '[JSON] SanitizedPaste) :<|> "raw" :> PasteCapture (Get '[PlainText] Text)type RequiresAuth a = BasicAuth "pastecan" (Entity User) :> atype UpdatePasteAPI = RequiresAuth ( PasteCapture (Delete '[PlainText] NoContent) :<|> PasteCapture (ReqBody '[JSON] SanitizedPaste :> Put '[PlainText] NoContent))type AccountsAPI = "account" :> ( ReqBody '[JSON] User :> Post '[JSON] Bool :<|> RequiresAuth (Delete '[JSON] NoContent))type API = UpdatePasteAPI :<|> GetPasteAPI :<|> AccountsAPI```I defined the API as types. It was nice.
gollark: https://osmarks.tk/git/osmarks/pastecan

References

  1. Polemon at the Reptarium.cz Reptile Database. Accessed 5 May 2009.
  2. "Polemon ". Integrated Taxonomic Information System. Retrieved 5 September 2007.

Further reading

  • de Witte GF, Laurent RF (1947). "Revision d'un groupe de Colubridae africains: genres Calamelaps, Miodon, Aparallactus, et formes affines ". Mém. Mus. Roy. Hist. Nat. Belgique (sér. 2) 29: 1–134. (Miodon robustus, new species, p. 62). (in French).


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