gaeljw / typetrees   0.5.0

Apache License 2.0 GitHub

This library is intended to solve the use case of getting the erased types of a (generic) parameter. Something which was possible in Scala 2 with TypeTag and is now a bit more complex with Scala 3.

Scala versions: 3.x

typetrees 0.5.0


Group ID:
io.github.gaeljw
Artifact ID:
typetrees_3
Version:
0.5.0
Release Date:
May 15, 2021
Licenses:
Files:

libraryDependencies += "io.github.gaeljw" %% "typetrees" % "0.5.0"

Mill build tool

ivy"io.github.gaeljw::typetrees:0.5.0"

Scala CLI

//> using dep "io.github.gaeljw::typetrees:0.5.0"

Ammonite REPL

import $ivy.`io.github.gaeljw::typetrees:0.5.0`

<dependency>
  <groupId>io.github.gaeljw</groupId>
  <artifactId>typetrees_3</artifactId>
  <version>0.5.0</version>
</dependency>

compile group: 'io.github.gaeljw', name: 'typetrees_3', version: '0.5.0'