https://github.com/mateuszkubuszok/macrotypeclass
https://github.com/mateuszkubuszok/macrotypeclass
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mateuszkubuszok/macrotypeclass
- Owner: MateuszKubuszok
- Created: 2022-12-07T11:44:08.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T12:10:23.000Z (over 2 years ago)
- Last Synced: 2025-01-21T18:52:00.139Z (4 months ago)
- Language: Scala
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```