Finish ducking util-tag.
This commit is contained in:
parent
e6d798bc2a
commit
3833196533
5 changed files with 14 additions and 17 deletions
14
doc/utils.md
14
doc/utils.md
|
@ -292,17 +292,3 @@ quoted-printable sequences.
|
|||
|
||||
Returns the ```str``` with all characters converted to upper case
|
||||
using ```char-upcase```. Does not work with UTF-8.
|
||||
|
||||
### Tag
|
||||
|
||||
(import util-tag)
|
||||
|
||||
A unifying module for compound data structures tagging.
|
||||
|
||||
(make-tag name)
|
||||
|
||||
* ```name``` - unquoted symbol to base the tag on
|
||||
|
||||
Creates a unique and collision free symbol to identify compound data
|
||||
structures based on lists and pairs.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue