actually export llist fns
This commit is contained in:
parent
1688aaccf7
commit
3a5415e1c7
|
@ -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?
|
||||
|
|
Loading…
Reference in New Issue
Block a user