haskell / haskell/containers

Add performance notes to Data.Sequence Haddock documentation

Open
#111 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.