Skip to content

Commit 37f3161

Browse files
committed
Fix a great injustice in sorting
1 parent 29b1c15 commit 37f3161

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

_data/projects.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@
1616
- title: "catbird"
1717
description: "Cats instances for various Twitter Open Source Scala projects"
1818
github: "https://github.com/typelevel/catbird"
19-
- title: "Cats Collections"
20-
description: "Data structures that facilitate pure functional programming with cats"
21-
github: "https://github.com/typelevel/cats-collections"
22-
- title: Cats-Effect
23-
description: "The IO Monad for Scala, plus type classes for general effect types."
24-
github: "https://github.com/typelevel/cats-effect/"
2519
- title: "Cats"
2620
category: "Functional Programming"
2721
description: "A library intended to provide abstractions for functional programming in Scala, leveraging its unique features. Design goals are approachability, modularity, documentation and efficiency."
2822
permalink: "https://typelevel.org/cats/"
2923
github: "https://github.com/typelevel/cats"
3024
core: true
25+
- title: "Cats Collections"
26+
description: "Data structures that facilitate pure functional programming with cats"
27+
github: "https://github.com/typelevel/cats-collections"
28+
- title: Cats-Effect
29+
description: "The IO Monad for Scala, plus type classes for general effect types."
30+
github: "https://github.com/typelevel/cats-effect/"
3131
- title: "Cats MTL"
3232
description: "Monad transformers made easy"
3333
github: "https://github.com/typelevel/cats-mtl/"

0 commit comments

Comments
 (0)