Hygophum

Hygophum
Benoit's Lanternfish (H. benoiti)
Bermuda Lanternfish (H. hygomii)
Scientific classification
Kingdom:
Phylum:
Class:
Order:
Family:
Genus:
Hygophum

Bolin, 1939

Hygophum is a genus of lanternfishes.

Species

There are currently nine recognized species in this genus:[1]

  • Hygophum atratum (Garman, 1899) (Thickhead lanternfish)
  • Hygophum benoiti (Cocco, 1838) (Benoit's lanternfish)
  • Hygophum bruuni Wisner, 1971
  • Hygophum hanseni (Tåning, 1932) (Hansen's lanternfish)
  • Hygophum hygomii (Lütken, 1892) (Bermuda lantern fish)
  • Hygophum macrochir (Günther, 1864) (Large-finned lanternfish)
  • Hygophum proximum Becker, 1965 (Firefly lanternfish)
  • Hygophum reinhardtii (Lütken, 1892) (Reinhardt's lantern fish)
  • Hygophum taaningi Becker, 1965
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!"```
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 (>>=) = (Prelude.>>=) (>>) = (Prelude.>>) return = Prelude.pure fail = Prelude.failmain = tellDigitalCrossToLearnMonads "hi!"```
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!"```

References

  1. Froese, Rainer and Pauly, Daniel, eds. (2012). Species of Hygophum in FishBase. April 2012 version.


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