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

https://github.com/mateuszkubuszok/dbg-schema


https://github.com/mateuszkubuszok/dbg-schema

debugging pretty-print scala

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# Debug Schema

> WIP, so not much docs, examples, anything really

Generate schema for your data types and traverse them:
* `Schema` contains only anformation about the shape of your data
* it can be used to traverse the whole data tree
* this way you might need to derive only 1 type class in compile time and
provide use cases for it later on

Example:
* [pretty print example](dbg/visitors/ShowSchema.test.scala)