From 3a5415e1c78c1995e0770288cf31ddf7dfe9f440 Mon Sep 17 00:00:00 2001 From: Scott Richmond Date: Sat, 5 Jul 2025 14:26:50 -0400 Subject: [PATCH] actually export llist fns --- assets/test_prelude.ld | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/assets/test_prelude.ld b/assets/test_prelude.ld index 26821f0..9a299ae 100644 --- a/assets/test_prelude.ld +++ b/assets/test_prelude.ld @@ -1359,7 +1359,7 @@ fn read_input { & completed actor functions self send - & spawn! + & spawn! <- is now a special form yield! sleep! alive? @@ -1369,6 +1369,7 @@ fn read_input { & link! & shared memory w/ rust + & `box`es are actually way cool console input fetch_outbox @@ -1377,6 +1378,7 @@ fn read_input { & a fetch fn fetch + & await user input read_input abs @@ -1399,6 +1401,8 @@ fn read_input { bool? box? butlast + car + cdr ceil chars chars/safe @@ -1406,6 +1410,7 @@ fn read_input { coll? colors concat + cons console contains? cos @@ -1460,6 +1465,7 @@ fn read_input { left! list list? + llist loadstate! lt! lt?