Skip to content

MateuszKubuszok/dbg-schema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: