litter


License

License

GroupId

GroupId

com.armanbilge
ArtifactId

ArtifactId

litter_3
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_3

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala3-library_3 jar 3.0.0
org.typelevel : cats-kernel_3 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