semigroups


License

License

MIT
GroupId

GroupId

io.chrisdavenport
ArtifactId

ArtifactId

semigroups_sjs0.6_2.11
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

semigroups
semigroups
Project URL

Project URL

https://github.com/ChristopherDavenport/semigroups
Project Organization

Project Organization

io.chrisdavenport
Source Code Management

Source Code Management

https://github.com/ChristopherDavenport/semigroups

Download semigroups_sjs0.6_2.11

How to add to project

<!-- https://jarcasting.com/artifacts/io.chrisdavenport/semigroups_sjs0.6_2.11/ -->
<dependency>
    <groupId>io.chrisdavenport</groupId>
    <artifactId>semigroups_sjs0.6_2.11</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.chrisdavenport/semigroups_sjs0.6_2.11/
implementation 'io.chrisdavenport:semigroups_sjs0.6_2.11:0.2.0'
// https://jarcasting.com/artifacts/io.chrisdavenport/semigroups_sjs0.6_2.11/
implementation ("io.chrisdavenport:semigroups_sjs0.6_2.11:0.2.0")
'io.chrisdavenport:semigroups_sjs0.6_2.11:jar:0.2.0'
<dependency org="io.chrisdavenport" name="semigroups_sjs0.6_2.11" rev="0.2.0">
  <artifact name="semigroups_sjs0.6_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.chrisdavenport', module='semigroups_sjs0.6_2.11', version='0.2.0')
)
libraryDependencies += "io.chrisdavenport" % "semigroups_sjs0.6_2.11" % "0.2.0"
[io.chrisdavenport/semigroups_sjs0.6_2.11 "0.2.0"]

Dependencies

compile (3)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.12
org.scala-js : scalajs-library_2.11 jar 0.6.28
org.typelevel : cats-core_sjs0.6_2.11 jar 2.0.0

test (3)

Group / Artifact Type Version
org.scala-js : scalajs-test-interface_2.11 jar 0.6.28
org.typelevel : cats-laws_sjs0.6_2.11 jar 2.0.0
org.typelevel : discipline-scalatest_sjs0.6_2.11 jar 1.0.0-M1

Project Modules

There are no modules declared in this project.

semigroups Build Status Maven Central

Set of Generic Semigroup Types and Accompanying Instances very useful for abstract programming.

Exposes instances for

  • Dual inverts the combine operation.
  • Max exposes a Max that given an Order will return the maximum value.
  • Min exposes a Min that given an Order will returh the minimum value.

Quick Start

To use this project in an existing SBT project with Scala 2.11 or a later version, add the following dependencies to your build.sbt depending on your needs:

libraryDependencies ++= Seq(
  "io.chrisdavenport" %% "semigroups"     % "<version>"
)

Versions

Version
0.2.0
0.1.0