Add performance notes to Data.Sequence Haddock documentation
Open
docs
performance
Seq
- Dominant language
- Haskell
- Stars
- 355
- Forks
- 194
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 4
Description
What is the difference between `fromFunction n f` and `fromList [f k | k <- [0..(n-1)]]`?
What is the difference between `<*>` and `ap`?
What is the difference between `xs *> ys` and `(id <$ xs) <*> ys`? (This one is a bit tricky!)
Contributor guide
Assessment
This issue has not been assessed yet.