litter


License

License

GroupId

GroupId

com.armanbilge
ArtifactId

ArtifactId

litter_2.12
Last Version

Last Version

0.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

litter
litter
Project URL

Project URL

https://github.com/armanbilge/litter
Project Organization

Project Organization

Arman Bilge
Source Code Management

Source Code Management

https://github.com/armanbilge/litter

Download litter_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/com.armanbilge/litter_2.12/ -->
<dependency>
    <groupId>com.armanbilge</groupId>
    <artifactId>litter_2.12</artifactId>
    <version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.armanbilge/litter_2.12/
implementation 'com.armanbilge:litter_2.12:0.1.1'
// https://jarcasting.com/artifacts/com.armanbilge/litter_2.12/
implementation ("com.armanbilge:litter_2.12:0.1.1")
'com.armanbilge:litter_2.12:jar:0.1.1'
<dependency org="com.armanbilge" name="litter_2.12" rev="0.1.1">
  <artifact name="litter_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.armanbilge', module='litter_2.12', version='0.1.1')
)
libraryDependencies += "com.armanbilge" % "litter_2.12" % "0.1.1"
[com.armanbilge/litter_2.12 "0.1.1"]

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.13
org.typelevel : cats-kernel_2.12 jar 2.6.1

Project Modules

There are no modules declared in this project.

litter

Latest version

A microlibrary to incubate a ZeroSemigroup type class and friends for Cats. They designate an absorbing element a such that combine(x, a) == combine(a, x) == a for all x.

The complete list of type classes introduced is:

  • ZeroSemigroup and CommutativeZeroSemigroup
  • ZeroMonoid and CommutativeZeroMonoid
  • ZeroGroup and CommutativeZeroGroup
  • ZeroBand
  • ZeroSemilattice
  • BoundedZeroSemilattice

Usage

libraryDependencies += "com.armanbilge" %% "litter" % "0.1.1"
libraryDependencies += "com.armanbilge" %% "litter-laws" % "0.1.1" % Test

Versions

Version
0.1.1
0.1.0