mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 16:57:35 +02:00
Clean up errant closing paren in identifier name
This commit is contained in:
parent
6b15892446
commit
e659c5f952
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ The `(scheme cyclone primitives)` library contains information about Cyclone's s
|
|||
- [`prim:cont?`](#primcont)
|
||||
- [`prim:cont/no-args?`](#primcontno-args)
|
||||
- [`prim:arg-count?`](#primarg-count)
|
||||
- [`prim:allocates-object?)`](#primallocates-object)
|
||||
- [`prim:allocates-object?`](#primallocates-object)
|
||||
|
||||
# prim?
|
||||
|
||||
|
@ -85,7 +85,7 @@ Is `sym` a primitive function that passes a continuation or thread data but has
|
|||
|
||||
Should the compiler pass an integer arg count as the function's first parameter?
|
||||
|
||||
# prim:allocates-object?)
|
||||
# prim:allocates-object?
|
||||
|
||||
(prim:allocates-object? sym use-alloca?)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue