Clanculus kinzelbachi

Clanculus kinzelbachi is a species of sea snail, a marine gastropod mollusk in the family Trochidae, the top snails.[1]

Clanculus kinzelbachi
Scientific classification
Kingdom: Animalia
Phylum: Mollusca
Class: Gastropoda
Clade: Vetigastropoda
Order: Trochida
Superfamily: Trochoidea
Family: Trochidae
Genus: Clanculus
Species:
C. kinzelbachi
Binomial name
Clanculus kinzelbachi
F. Nordsieck, 1982

Distribution

This marine species occurs in the Mediterranean Sea off Greece

gollark: I mean, this is a full program...
gollark: ```haskell#!/usr/bin/stack{- stack --resolver lts-12.13 --install-ghc runghc --package Hclip --package deepseq-}import Data.Charimport Control.DeepSeqimport System.Hclipevaluate x = x `deepseq` xmain = do input <- evaluate <$> getContents let text = concatMap toFib $ zip input [0..] setClipboard text putStr textfibs :: [Int]fibs = 0 : 1 : zipWith (+) fibs (tail fibs)toFib :: (Char, Int) -> StringtoFib (c, i) = replicate (fibs !! i) ' ' ++ [c, "\n"]```
gollark: *opened haskell*
gollark: We must automate fibonacci indentation somehow.
gollark: !esowiki WHY

References

  1. F. Nordsieck (1982), Die europäischen Meeres-Gehäuseschnecken (Prosobranchia) vom Eismeer bis Kapverden, Mittelmeer und Schwarzes Meer; Gustav Fisher Verlag, Stuttgart


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