chore: Move screenshots into the gist

This commit is contained in:
Vincent Ambo 2019-08-08 12:52:54 +01:00
parent 040b719570
commit 199254ba7a
4 changed files with 3 additions and 3 deletions

View file

@ -5,12 +5,12 @@ This is a tiny type-checker for data in Nix, written in Nix. It doesn't have all
## Primitives & simple polymorphism
![simple](https://i.imgur.com/hDQAQUK.png)
![simple](z-simple.png)
## Structs
![structs](https://i.imgur.com/f8jgnul.png)
![structs](z-structs.png)
## Nested structs!
![nested structs](https://i.imgur.com/O3RsHds.png)
![nested structs](z-nested-structs.png)

BIN
z-nested-structs.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 69 KiB

BIN
z-simple.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

BIN
z-structs.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB