diff options
-rw-r--r-- | yants.md | 6 | ||||
-rw-r--r-- | z-nested-structs.png | bin | 0 -> 70264 bytes | |||
-rw-r--r-- | z-simple.png | bin | 0 -> 43010 bytes | |||
-rw-r--r-- | z-structs.png | bin | 0 -> 67989 bytes |
4 files changed, 3 insertions, 3 deletions
diff --git a/yants.md b/yants.md index dcdea0bd38f7..fe2affd5e8b9 100644 --- a/yants.md +++ b/yants.md @@ -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) \ No newline at end of file +![nested structs](z-nested-structs.png) diff --git a/z-nested-structs.png b/z-nested-structs.png new file mode 100644 index 000000000000..6b03ed65ceb7 --- /dev/null +++ b/z-nested-structs.png Binary files differdiff --git a/z-simple.png b/z-simple.png new file mode 100644 index 000000000000..05a302cc6b9d --- /dev/null +++ b/z-simple.png Binary files differdiff --git a/z-structs.png b/z-structs.png new file mode 100644 index 000000000000..f46e15ade5b2 --- /dev/null +++ b/z-structs.png Binary files differ |