diff options
author | colin <colin@cicadas.surf> | 2024-08-30 19:58:08 -0700 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2024-08-30 19:58:08 -0700 |
commit | d0c9a208c86cf12bf9e50c7b20a1625257b40c02 (patch) | |
tree | 53c9dc607e4465e7a4e17106cae859a376133c28 | |
parent | 8dfe761225626375bea17611e8577656c40235cf (diff) |
org mode syntax :P
-rw-r--r-- | README.org | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,11 +1,11 @@ -* `petty-types` +* ~petty-types~ 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 +- ~(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 Here are some examples: |