An open API service indexing awesome lists of open source software.

https://github.com/andimiller/derivation-fun

messing around with derivation in scala3
https://github.com/andimiller/derivation-fun

Last synced: 3 months ago
JSON representation

messing around with derivation in scala3

Awesome Lists containing this project

README

        

## sbt project compiled with Scala 3

### Usage

This is a normal sbt project. You can compile code with `sbt compile`, run it with `sbt run`, and `sbt console` will start a Scala 3 REPL.

For more information on the sbt-dotty plugin, see the
[dotty-example-project](https://github.com/lampepfl/dotty-example-project/blob/master/README.md).