aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.org b/README.org
index 49e549a..cb6f2a8 100644
--- a/README.org
+++ b/README.org
@@ -7,6 +7,7 @@ A tiny library that provides
+ ~(list-of type &optional len)~ DEFTYPE for a LIST of elements with TYPE
+ ~(vector-of type &optional len)~ DEFTYPE for a VECTOR of elements with TYPE
+ ~(tuple &rest types)~ DEFTYPE for a list of exactly TYPES
++ ~(table from to)~ DEFTYPE for a hashtable
Here are some examples: