2004 Guam Men's Soccer League

Statistics of Guam League in the 2004 season.

Overview

Guam U-18 won the championship.

gollark: I found the Prelude definition of iterate:```haskelliterate :: (a -> a) -> a -> [a]iterate f x = x : iterate f (f x)```
gollark: Huh?
gollark: If you want to define an infinitely recursive data structure, just make an infinitely recursive function.
gollark: Thanks to lazy evaluation, anything can be infinite!
gollark: *infinite lists

References

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