Registry / utility / shapeless-2-13

shapeless-2-13

JSON →
library2.3.13javamavenunverified

A Scala library for generic programming with type-level computations, providing features like HLists and type-safe lenses.

<dependency> <groupId>com.chuusai</groupId> <artifactId>shapeless_2.13</artifactId> <version>2.3.13</version> </dependency>
INSTALL
IMPORT
SIG · SHAPELESS-2-13
S
shapeless-2-13
utilityjavav2.3.13
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HList
shapeless.HList

Create and use a heterogeneous list (HList) with Shapeless.

import shapeless.HList import shapeless.:: import shapeless.HNil object Example extends App { val hlist: Int :: String :: Boolean :: HNil = 1 :: "hello" :: true :: HNil println(hlist) }
Debug
Known issues
breakingShapeless 2.x is not compatible with Scala 3; use shapeless 3.x for Scala 3.
fix
For Scala 3, use org.typelevel:shapeless3-deriving.
affects: >=2.0.0,<3.0.0
Upgrade
Version history
2.3.13latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
shapeless-2-13 — mvn dependency:get shapeless-2-13 · libregistry