Talk:Fibonacci numbers (Haskell)
From LiteratePrograms
I hope I'm not stomping on toes by this, but I:
- modified things so separate versions of the function live in separate files in the downloaded source to prevent artificial renaming of things
- moved the "fibs" function into a where clause to demonstrate an approach to not polluting the namespace with incidental helper functions
MTR/严加华 23:53, 15 June 2007 (PDT)
