Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rearrange Typecalsses in tutorial in a easy to follow manner #1252

Closed
kovszilard opened this issue Jul 31, 2016 · 1 comment
Closed

Rearrange Typecalsses in tutorial in a easy to follow manner #1252

kovszilard opened this issue Jul 31, 2016 · 1 comment

Comments

@kovszilard
Copy link

kovszilard commented Jul 31, 2016

Currently on the bottom of the Typeclasses tutorial page the list of all the Typeclasses are in alphabetical order. It would be easier to follow the tutorial for example in this order:
Semigroup, SemigroupK, Monoid, MonoidK, Functor, Apply, Applicative, Monad, MonadCombine, MonadFilter, Foldable, Traverse, Id, Show, Invariant, Contravariant

I might be wrong but i think it can be done by renaming the files in the docs/src/main/tut folder in a way that it represent the correct order. For example tc-00-semigroup.md, tc-01-semigroupk.md etc.

I can work on this if you find it an useful improvement.

@adelbertc
Copy link
Contributor

Hey @kovszilard , we recently did a revamp of the website, let me know your thoughts. I'm also going to go through the current docs and check/revise them to better reflect the new ordering, tracking that here: #1443

Closing this for now, feel free to re-open if you think it can be improved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants