Skip to content

Commit

Permalink
Fills in stx-identifier docs
Browse files Browse the repository at this point in the history
Based on vyzo's answer in gitter
  • Loading branch information
chiefnoah committed Oct 14, 2023
1 parent 8ed012f commit 204cd6b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doc/reference/gerbil/expander/identifiers.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,13 @@ Please document me!
### stx-identifier
::: tip usage
```
(stx-identifier ...)
(stx-identifier ctx ...)
```
:::

Please document me!
`stx-identifier` creates a new identifier with the context of its first argument. The
identifier is created by "symbolizing" the remaining arguments with `make-symbol`.


### identifier-list?
::: tip usage
Expand Down

0 comments on commit 204cd6b

Please sign in to comment.