Skip to content

Experimenting with Scala 3.0 typeclass derivation

Notifications You must be signed in to change notification settings

wookievx/domain-slices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Domain Slices

Playing with Scala 3 typeclass derivation to provide automatic "one-way" conversions between types

Usage

This is very experimental, most likely not going to be flushed out into its own library (because there are already similiar solutions like chimney) Fighting with compiler bugs, etc.

This is a normal sbt project, you can compile code with sbt compile and run it with sbt run, sbt console will start a Dotty REPL.

About

Experimenting with Scala 3.0 typeclass derivation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages