Skip to content

Instantly share code, notes, and snippets.

@masahitojp
Created August 2, 2016 15:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save masahitojp/ca660fd3900c36424bab1ceab873eebd to your computer and use it in GitHub Desktop.
Save masahitojp/ca660fd3900c36424bab1ceab873eebd to your computer and use it in GitHub Desktop.
for 独習Scalaz
scalaVersion := "2.11.8"
val scalazVersion = "7.2.4"
libraryDependencies ++= Seq(
"org.scalaz" %% "scalaz-core" % scalazVersion,
"org.scalaz" %% "scalaz-effect" % scalazVersion,
"org.scalaz" %% "scalaz-scalacheck-binding" % scalazVersion % "test"
)
scalacOptions += "-feature"
initialCommands in console := "import scalaz._, Scalaz._"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment