Arhopala myrzala

Arhopala myrzala is a butterfly in the family Lycaenidae. It was described by William Chapman Hewitson in 1869. It is found in the Indomalayan realm.[2]

Arhopala myrzala
Arhopala myrzala Courvoisier Collection, Basel
Scientific classification
Kingdom: Animalia
Phylum: Arthropoda
Class: Insecta
Order: Lepidoptera
Family: Lycaenidae
Genus: Arhopala
Species:
A. myrzala
Binomial name
Arhopala myrzala
(Hewitson, 1869)[1]
Synonyms
  • Amblypodia myrzala Hewitson, 1869
  • Arhopala conjuncta Corbet, 1941
  • Arhopala lammas Corbet, 1941

Subspecies

  • A. m. myrzala (Philippines: Mindanao)
  • A. m. conjuncta Corbet, 1941 (Langkawi)
  • A. m. lammas Corbet, 1941 (Peninsular Malaysia, Singapore, Borneo)
gollark: e.g.PotatOS
gollark: Not all Lua is created equal.
gollark: It's maaaaaagic.
gollark: From potatOS sandboxing somewhere.
gollark: ```luafunction new.find(wildcard) local function recurse_spec(results, path, spec) -- From here: https://github.com/Sorroko/cclite/blob/62677542ed63bd4db212f83da1357cb953e82ce3/src/emulator/native_api.lua local segment = spec:match('([^/]*)'):gsub('/', '') local pattern = '^' .. segment:gsub('[*]', '.+'):gsub('?', '.') .. '$' if new.isDir(path) then for _, file in ipairs(new.list(path)) do if file:match(pattern) then local f = new.combine(path, file) if new.isDir(f) then recurse_spec(results, f, spec:sub(#segment + 2)) end if spec == segment then table.insert(results, f) end end end end end local results = {} recurse_spec(results, '', wildcard) return results end```

References

  1. Hewitson, 1869 Illustrations of diurnal Lepidoptera. Lycaenidae Ill. diurn. Lep. Lycaenidae (1)
  2. Seitz, A., 1912-1927. Die Indo-Australien Tagfalter Grossschmetterlinge Erde 9


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