about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-08-08T12·56+0100
committerVincent Ambo <tazjin@google.com>2019-08-28T13·36+0100
commit4ebc069a3f4b23aa9409be7b0363393556bdbdd4 (patch)
tree7cf485a1cba3614f9433de6e603b0bef89d44471
parent661e09daace3e611726d83f23e5ac02b2b561d5d (diff)
docs: Add enum screenshot to README
-rw-r--r--yants.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/yants.md b/yants.md
index a6132a22e8c5..83a615a3785c 100644
--- a/yants.md
+++ b/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!
 
 ![nested structs](https://gist.githubusercontent.com/tazjin/ad6d48bc2416335acc5da4a197eb9ddc/raw/d7b1fa0a511ae40f0831b369df4b97103441c7e5/z-nested-structs.png)
+
+## Enums!
+
+![enums](https://gist.githubusercontent.com/tazjin/ad6d48bc2416335acc5da4a197eb9ddc/raw/b435b5996a176a9e824c42da4713a1d30f261338/z-enums.png)