diff options
author | colin <colin@cicadas.surf> | 2024-09-01 08:21:50 -0700 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2024-09-01 08:21:50 -0700 |
commit | 90ccca65b51bf591ce11bd5dbe17dea6539d5763 (patch) | |
tree | e2447177718fd9ffec71fb7c2b7006828a29f408 | |
parent | 071625684fda19cbb47dad95638fc8cd708ac29b (diff) |
cleanup
-rw-r--r-- | README.org | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2,11 +2,11 @@ A tiny library that provides -- ~type-specifier-p~ a predicate that checks whether its argument is a ++ ~type-specifier-p~ a predicate that checks whether its argument is a valid type specifier -- ~(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 ++ ~(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 Here are some examples: |