Lists of World War II topics

This is a list of World War II-related topic lists:

General topics

Units

Aces

Aircraft

Strategic bombing lists

Numerous wikipages list the series of strategic bombing air raids on various World War II targets:

Equipment

Miscellaneous

gollark: ```mapM (\x -> [x, 0]) [1..5][[1,2,3,4,5],[1,2,3,4,0],[1,2,3,0,5],[1,2,3,0,0],[1,2,0,4,5],[1,2,0,4,0],[1,2,0,0,5],[1,2,0,0,0],[1,0,3,4,5],[1,0,3,4,0],[1,0,3,0,5],[1,0,3,0,0],[1,0,0,4,5],[1,0,0,4,0],[1,0,0,0,5],[1,0,0,0,0],[0,2,3,4,5],[0,2,3,4,0],[0,2,3,0,5],[0,2,3,0,0],[0,2,0,4,5],[0,2,0,4,0],[0,2,0,0,5],[0,2,0,0,0],[0,0,3,4,5],[0,0,3,4,0],[0,0,3,0,5],[0,0,3,0,0],[0,0,0,4,5],[0,0,0,4,0],[0,0,0,0,5],[0,0,0,0,0]]```What is this *doing*?
gollark: `concatMap (\x -> [x, 0]) [1, 2, 3, 4, 5]` is not the same as `mapM (\x -> [x, 0]) [1, 2, 3, 4, 5]`.
gollark: I think it's something with `zip` then.
gollark: Hmm, I'm confused, it seems like `mapM` is NOT `concatMap`.
gollark: Oh right, yes, `bind` is `join . fmap` or something.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.