tagless-redux-ijext


License

License

GroupId

GroupId

com.dispalt
ArtifactId

ArtifactId

tagless-redux-ijext_2.12
Last Version

Last Version

0.3.6
Release Date

Release Date

Type

Type

jar
Description

Description

tagless-redux-ijext
tagless-redux-ijext
Project URL

Project URL

https://github.com/dispalt/tagless-redux
Project Organization

Project Organization

com.dispalt
Source Code Management

Source Code Management

https://github.com/dispalt/tagless-redux

Download tagless-redux-ijext_2.12

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.10

Project Modules

There are no modules declared in this project.

Tagless-redux

This project is a macro to generate autoFunctorK instances. Also finalAlg is also provided.

autoFunctorK which you can read about here. Speaking of that, this is basically a straight copy from the cats-tagless project, but done in reflect macros.

Reflect macros will most likely live through the 2.x series, scalameta macros are dead.

So thank you Kailuo Wang

License

Apache 2

TODO

Versions

Version
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.11
0.2.10
0.2.9
0.2.8
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3