Gazoryctra

Gazoryctra is a genus of moths of the family Hepialidae. There are 14 described species found in Eurasia, Canada and the United States.

Gazoryctra
Gazoryctra ganna
Scientific classification
Kingdom: Animalia
Phylum: Arthropoda
Class: Insecta
Order: Lepidoptera
Family: Hepialidae
Genus: Gazoryctra
Hübner, 1821
Species

See text.

Synonyms
  • Garzorycta Hubner, [1826]
  • Gazoryctes Kirby, 1892

Species

gollark: Fascinating.
gollark: ++exec```haskell{-# LANGUAGE RebindableSyntax #-}import Prelude (Applicative, String)class 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 amain = tellDigitalCrossToLearnMonads "hi!"```
gollark: ++exec```haskell{-# LANGUAGE RebindableSyntax #-}class 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 amain = tellDigitalCrossToLearnMonads "hi!"```
gollark: ++exec```haskellclass 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 a {-# MINIMAL (>>=) #-}```
gollark: ++exec```haskellclass 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 a {-# MINIMAL (>>=) #-}```


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