Serixia phaeoptera

Serixia phaeoptera is a species of beetle in the family Cerambycidae. It was described by Per Olof Christopher Aurivillius in 1927.[1]

Serixia phaeoptera
Scientific classification
Kingdom:
Phylum:
Class:
Order:
Suborder:
Family:
Genus:
Species:
S. phaeoptera
Binomial name
Serixia phaeoptera

Subspecies

  • Serixia phaeoptera phaeoptera Aurivillius, 1927
  • Serixia phaeoptera giloloensis Breuning, 1958
gollark: <@319753218592866315> <@!218047149512982531>
gollark: Haskell does actually have syntactic sugar for TellDigitalCrossToLearnMonads, usefully enough.
gollark: It works!
gollark: ++exec```haskell{-# LANGUAGE RebindableSyntax #-}import Prelude (Applicative, String)import qualified Prelude as Pclass Applicative m => TellDigitalCrossToLearnMonads m where (>>=) :: m a -> (a -> m b) -> m b (>>) :: m a -> m b -> m b return :: a -> m a tellDigitalCrossToLearnMonads :: String -> m ainstance TellDigitalCrossToLearnMonads P.IO where (>>=) = (P.>>=) (>>) = (P.>>) return = P.pure tellDigitalCrossToLearnMonads = P.failmain = tellDigitalCrossToLearnMonads "hi!"```
gollark: ++exec```haskell{-# LANGUAGE RebindableSyntax #-}import Prelude (Applicative, String)import qualified Prelude as Pclass Applicative m => TellDigitalCrossToLearnMonads m where (>>=) :: m a -> (a -> m b) -> m b (>>) :: m a -> m b -> m b return :: a -> m a tellDigitalCrossToLearnMonads :: String -> m ainstance TellDigitalCrossToLearnMonads IO where (>>=) = (P.>>=) (>>) = (P.>>) return = P.pure fail = P.failmain = tellDigitalCrossToLearnMonads "hi!"```

References

  1. BioLib.cz - Serixia phaeoptera. Retrieved on 8 September 2014.


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