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

https://github.com/mateuszkubuszok/macrotypeclass


https://github.com/mateuszkubuszok/macrotypeclass

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Macro Type Class PoC

This repo tests how one could create type-specific macro output and extends
it for new types with type classes operating on `Expr`.

```bash
scala-cli test . # run tests
```