Cats MTL core


License

License

MIT
GroupId

GroupId

org.typelevel
ArtifactId

ArtifactId

cats-mtl-core_2.11
Last Version

Last Version

0.7.0
Release Date

Release Date

Type

Type

jar
Description

Description

Cats MTL core
Cats MTL core
Project URL

Project URL

https://github.com/typelevel/cats-mtl
Project Organization

Project Organization

org.typelevel
Source Code Management

Source Code Management

https://github.com/typelevel/cats-mtl

Download cats-mtl-core_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/org.typelevel/cats-mtl-core_2.11/ -->
<dependency>
    <groupId>org.typelevel</groupId>
    <artifactId>cats-mtl-core_2.11</artifactId>
    <version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.typelevel/cats-mtl-core_2.11/
implementation 'org.typelevel:cats-mtl-core_2.11:0.7.0'
// https://jarcasting.com/artifacts/org.typelevel/cats-mtl-core_2.11/
implementation ("org.typelevel:cats-mtl-core_2.11:0.7.0")
'org.typelevel:cats-mtl-core_2.11:jar:0.7.0'
<dependency org="org.typelevel" name="cats-mtl-core_2.11" rev="0.7.0">
  <artifact name="cats-mtl-core_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.typelevel', module='cats-mtl-core_2.11', version='0.7.0')
)
libraryDependencies += "org.typelevel" % "cats-mtl-core_2.11" % "0.7.0"
[org.typelevel/cats-mtl-core_2.11 "0.7.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.12
org.typelevel : cats-core_2.11 jar 2.0.0

Project Modules

There are no modules declared in this project.

Cats MTL

Provides transformer typeclasses for cats' Monads, Applicatives and Functors.

You can have multiple cats-mtl transformer typeclasses in scope at once without implicit ambiguity, unlike in pre-1.0.0 cats or Scalaz 7.

Usage

libraryDependencies += "org.typelevel" %% "cats-mtl" % "1.1.0"

If your project uses ScalaJS, replace the double-% with a triple. Note that cats-mtl has an upstream dependency on cats-core version 2.x.

Cross-builds are available for Scala 2.12, 2.13, 3.0.0-M1, 3.0.0-M2, and ScalaJS major version 1.x.

If you're not sure where to start or what Cats MTL even is, please refer to the getting started guide.

Supported Classes

  • EitherT
  • Kleisli
  • IorT
  • OptionT
  • ReaderWriterStateT
  • StateT
  • WriterT

Laws

The cats-mtl-laws artifact provides Discipline-style laws for all of the type classes defined in cats-mtl. It is relatively easy to use these laws to test your own implementations of these typeclasses. Take a look here for more.

libraryDependencies += "org.typelevel" %% "cats-mtl-laws" % "1.1.0" % Test

These laws are compatible with both Specs2 and ScalaTest.

Documentation

Links:

  1. Website: typelevel.org/cats-mtl/
  2. ScalaDoc: typelevel.org/cats-mtl/api/

Related Cats links (the core):

  1. Website: typelevel.org/cats/
  2. ScalaDoc: typelevel.org/cats/api/

Community

People are expected to follow the Scala Code of Conduct when discussing cats-mtl on the Github page, Gitter channel, or other venues.

We hope that our community will be respectful, helpful, and kind. If you find yourself embroiled in a situation that becomes heated, or that fails to live up to our expectations, you should disengage and contact one of the project maintainers in private. We hope to avoid letting minor aggressions and misunderstandings escalate into larger problems.

License

All code is available to you under the MIT license, available at http://opensource.org/licenses/mit-license.php and also in the COPYING file.

org.typelevel

typelevel.scala

Let the Scala compiler work for you.

Versions

Version
0.7.0
0.6.0
0.5.0
0.4.0
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
0.0.2