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:
Yogthos 2026-06-08 11:29:01 -04:00
parent d233aa7363
commit 496bfb10cd

View file

@ -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