Calohystricia

Calohystricia is a genus of bristle flies in the family Tachinidae. There are at least three described species in Calohystricia.[1][2][3]

Calohystricia
Scientific classification
Kingdom: Animalia
Phylum: Arthropoda
Class: Insecta
Order: Diptera
Family: Tachinidae
Genus: Calohystricia

Species

These three species belong to the genus Calohystricia:

  • Calohystricia albosignata (Wulp, 1892) c g
  • Calohystricia gerstchi Curran, 1942 c g
  • Calohystricia velutina (Wulp, 1888) c g

Data sources: i = ITIS,[4] c = Catalogue of Life,[1] g = GBIF,[2] b = Bugguide.net

gollark: ```fsharptype Thing = | Foo of int | Bar of string | Baz of Thing listlet rec printThing t = match t with | Foo f -> sprintf "foo: %d" f | Bar s -> sprintf "bar: %s" s | Baz ts -> sprintf "[%s]" <| String.concat ", " (List.map printThing ts)```More pattern matching examples!
gollark: I was going to have `let printed` at the top then changed my mind.
gollark: Oh, yes, silly me.
gollark: ```javascriptconst printNumber = n => { switch(n) { case 0: return "zero"; //break; case 1: return "one"; //break; case 2: return "two"; //break; case 3: return "three"; //break; default: return "many"; }}```That's much longer, and uglier, especially with the breaks (not needed in this example, but generally will be).
gollark: ```fsharplet printNumber n = match n with | 0 -> "zero" | 1 -> "one" | 2 -> "two" | 3 -> "three" | _ -> "many"```

References

  1. "Browse Calohystricia". Catalogue of Life. Retrieved 2018-04-03.
  2. "Calohystricia". GBIF. Retrieved 2018-04-03.
  3. O'Hara, James E. "Taxonomic and host catalogue of the Tachinidae of America North of Mexico". Tachinidae Resources.
  4. "ITIS, Integrated Taxonomic Information System". Retrieved 2018-04-03.

Further reading


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