|
|
|
|
|
by slezakattack
3395 days ago
|
|
Completely untrue. I'm not a Haskell evangelist (I appreciate it for what it is) but I thought I would at the very least point out that most of the documentation for basic data structures (i.e. Data.List[1]) not only are well-documented but have a link on the far-right side of the documentation site that directly shows you the source code and it's usually easy to tell what it's doing. Any developer should be able to grok that code and determine the run-time complexity. [1] https://hackage.haskell.org/package/base-4.9.1.0/docs/Data-L... |
|