Tor (fish)

Tor is a genus of cyprinid fish commonly known as mahseers.

Tor
Tor tambroides
Scientific classification
Kingdom: Animalia
Phylum: Chordata
Class: Actinopterygii
Order: Cypriniformes
Family: Cyprinidae
Genus: Tor
J. E. Gray, 1833
Type species
Tor hamiltonii
Gray, 1834
Golden mahseer (Tor putitora) Babai River, Nepal

Species

The currently recognized species in this genus are:

gollark: Look, it has pattern matching in it, therefore good.
gollark: How SHOULD I do it?
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.

References

  1. Hoàng Huy Đức, Phạm Hùng Mạnh, Durand, J.-D., Trần Ngân Trọng & Phan Phúc Đình (2015): Mahseers genera Tor and Neolissochilus (Teleostei: Cyprinidae) from southern Vietnam. Zootaxa, 4006 (3): 551-568.
  2. Dan Harries, Thomas Arbenz, Neelesh Dahanukar, Rajeev Raghavan, Mark Tringham, Duwaki Rangad and Graham Proudlove. 2019. The World’s Largest Known Subterranean Fish: A Discovery in Meghalaya (NE India) of A Cave-adapted Fish related to the Golden Mahseer, Tor putitora (Hamilton 1822). Cave & Karst Science. 46(3); 121–126.
  3. Kurup, B.M. & Radhakrishnan, K.V. (2011): Tor remadevii, a new species of Tor (Gray) from Chinnar Wildlife Sanctuary, Pambar River, Kerala, Southern India. Journal of the Bombay Natural History Society, 107 (3): 227-230.


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