Restore rand-int + trampoline bindings in core-bindings
Defns were already present (core-rand-int at line 1407, core-trampoline at line 1408) but bindings were missing from core-bindings map. Added both entries. Conformance 229x3, lazy-infinite 22/22.
This commit is contained in:
parent
d233aa7363
commit
496bfb10cd
1 changed files with 2 additions and 0 deletions
|
|
@ -2822,6 +2822,8 @@
|
|||
"cycle" core-cycle
|
||||
"pop" core-pop
|
||||
"format" core-format
|
||||
"rand-int" core-rand-int
|
||||
"trampoline" core-trampoline
|
||||
"first" core-first
|
||||
"rest" core-rest
|
||||
"next" core-next
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue