Preliminary syntax ducking.
This commit is contained in:
parent
396e2d9896
commit
e6d798bc2a
6 changed files with 43 additions and 9 deletions
|
@ -356,3 +356,16 @@ A simple module with less-common formatting functions.
|
|||
Converts given number to a string with two-digit fractional
|
||||
part. Should the fractional part be 0, it is replaced with the string
|
||||
"--".
|
||||
|
||||
## util-tag [module]
|
||||
|
||||
(import util-tag)
|
||||
|
||||
A unifying module for compound data structures tagging.
|
||||
|
||||
### make-tag [syntax]
|
||||
|
||||
* ```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