Documented type.
h3rald h3rald@h3rald.com
Sat, 01 Jan 2022 14:40:41 +0100
2 files changed,
4 insertions(+),
0 deletions(-)
M
next-release.md
→
next-release.md
@@ -5,3 +5,4 @@ * Now clearing the stack after every HTTP request received by **http-server**.
* Fixed #174 (cons operator was not creating a new quotation). * Fixed #176 (times can now execute a quotation 0 times). * Added **quoted-symbol?** predicate. +* Documented previously-undocumented **type** operator.
M
site/contents/reference-lang.md
→
site/contents/reference-lang.md
@@ -507,6 +507,9 @@ > > (format-error puts)
> > (0) > > ) try #} +{#op||type||{{a}}||{{s}}|| +Returns the type of {{a}}.#} + {#op||typealias||{{sl1}} {{sl2}}||{{none}}|| Creates a type alias {{sl1}} for type expression {{sl2}}.#}