docs: Add enum screenshot to README
This commit is contained in:
parent
661e09daac
commit
4ebc069a3f
1 changed files with 7 additions and 1 deletions
8
yants.md
8
yants.md
|
@ -1,7 +1,9 @@
|
|||
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.
|
||||
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
|
||||
|
||||
|
@ -14,3 +16,7 @@ This is a tiny type-checker for data in Nix, written in Nix. It doesn't have all
|
|||
## Nested structs!
|
||||
|
||||

|
||||
|
||||
## Enums!
|
||||
|
||||

|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue