Skip to content

Commit

Permalink
Minor: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 6, 2024
1 parent 91aa9f8 commit 991076a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions REFERENCE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Function Listing For serapeum (43 files, 483 functions)
# Function Listing For serapeum (43 files, 484 functions)

- [Portability](#portability)
- [Macro Tools](#macro-tools)
Expand Down Expand Up @@ -719,12 +719,18 @@ I believe the name comes from Edi Weitz.

[View source](definitions.lisp#L215)

### `(defparameter-unbound var &body (docstring))`

Like `defvar-unbound`, but ensures VAR is unbound when evaluated.

[View source](definitions.lisp#L225)

### `(defloop name args &body body)`

Define a function, ensuring proper tail recursion.
This is entirely equivalent to `defun` over `nlet`.

[View source](definitions.lisp#L226)
[View source](definitions.lisp#L233)

## Defining Types

Expand Down

0 comments on commit 991076a

Please sign in to comment.