yants
=====
This is a tiny type-checker for data in Nix, written in Nix. It doesn't have all the features I think it should have (yet), but it works and its types are composable.
## Primitives & simple polymorphism
![simple](z-simple.png)
## Structs
![structs](z-structs.png)
## Nested structs!
![nested structs](z-nested-structs.png)