tvl-depot/yants.md

17 lines
342 B
Markdown
Raw Normal View History

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
2019-08-08 13:52:54 +02:00
![simple](z-simple.png)
## Structs
2019-08-08 13:52:54 +02:00
![structs](z-structs.png)
## Nested structs!
2019-08-08 13:52:54 +02:00
![nested structs](z-nested-structs.png)