Skip to content

Commit 8e94de5

Browse files
committed
Add Each library
1 parent 306a6f3 commit 8e94de5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

_data/library/scalalibs.yml

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
url: https://github.com/japgolly/scalaz
55
desc: Library for functional programming.
66
dep: '"com.github.japgolly.fork.scalaz" %%% "scalaz-core" % "7.1.2"'
7+
- name: Each
8+
url: https://github.com/ThoughtWorksInc/each
9+
desc: A macro library that converts native imperative syntax to scalaz's monadic expressions.
10+
dep: '"com.thoughtworks.each" %%% "each" % "0.4.2"'
711
- name: Shapeless
812
url: https://github.com/milessabin/shapeless
913
desc: Generic programming for Scala.

0 commit comments

Comments
 (0)