From 90ccca65b51bf591ce11bd5dbe17dea6539d5763 Mon Sep 17 00:00:00 2001 From: colin Date: Sun, 1 Sep 2024 08:21:50 -0700 Subject: cleanup --- README.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.org') diff --git a/README.org b/README.org index 36b4f4a..49e549a 100644 --- a/README.org +++ b/README.org @@ -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: -- cgit v1.2.3