Nemotelus (subgenus)

Nemotelus is a subgenus of flies in the family Stratiomyidae.[1][2]

Nemotelus
Nemotelus pantherinus
Scientific classification
Kingdom:
Phylum:
Class:
Order:
Family:
Subfamily:
Genus:
Subgenus:
Nemotelus

Geoffroy, 1762
Type species
Musca pantherinus

Species

gollark: ↑ you, as a result
gollark: ```rustfn matches(expr: &Value, condition: &Value) -> Option<Bindings> { match (expr, condition) { (Value::Num(a), Value::Num(b)) => if a == b { Some(HashMap::new()) } else { None }, (Value::Call(efn, eargs), Value::Call(rfn, rargs)) => { if efn != rfn { return None } if rargs.len() != eargs.len() { return None } let mut out_bindings = HashMap::new(); for (rarg, earg) in rargs.iter().zip(eargs) { match matches(earg, rarg) { Some(x) => out_bindings.extend(x), None => return None } } Some(out_bindings) }, (_, Value::Identifier(b)) => Some(vec![(b.clone(), expr.clone())].into_iter().collect()), _ => None }}```
gollark: You fell right into my trap, actually.
gollark: ↓ wrong
gollark: I should offer an osmarks.net™ hosted JSON validator™ for this.

References

  1. "Fauna Europaea". European Commission. Retrieved 5 January 2012.
  2. Stubbs, A. and Drake, M. (2001). British Soldierflies and Their Allies: A Field Guide to the Larger British Brachycera. British Entomological & Natural History Society. pp. 512 pp. ISBN 1899935045.CS1 maint: multiple names: authors list (link)
  3. Lindner, Erwin (1965). "Stratiomyidae (Diptera Brachycera))". Exploration of Garamba National Park : Mission de H. Saeger. 46: 45–65.
  4. Mason, F. (1997). "The Afrotropical Nemotelinae (Diptera, Stratiomyidae)". Monografie/Museo Reg. Sci. Nat., Torino. 24: 1–312.
  5. Woodley, N. E. (2001). "A world catalog of the Stratiomyidae (Insecta: Diptera)". Myia. 11: [vi]+475.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.