actually export llist fns
This commit is contained in:
parent
1688aaccf7
commit
3a5415e1c7
|
@ -1359,7 +1359,7 @@ fn read_input {
|
||||||
& completed actor functions
|
& completed actor functions
|
||||||
self
|
self
|
||||||
send
|
send
|
||||||
& spawn!
|
& spawn! <- is now a special form
|
||||||
yield!
|
yield!
|
||||||
sleep!
|
sleep!
|
||||||
alive?
|
alive?
|
||||||
|
@ -1369,6 +1369,7 @@ fn read_input {
|
||||||
& link!
|
& link!
|
||||||
|
|
||||||
& shared memory w/ rust
|
& shared memory w/ rust
|
||||||
|
& `box`es are actually way cool
|
||||||
console
|
console
|
||||||
input
|
input
|
||||||
fetch_outbox
|
fetch_outbox
|
||||||
|
@ -1377,6 +1378,7 @@ fn read_input {
|
||||||
|
|
||||||
& a fetch fn
|
& a fetch fn
|
||||||
fetch
|
fetch
|
||||||
|
& await user input
|
||||||
read_input
|
read_input
|
||||||
|
|
||||||
abs
|
abs
|
||||||
|
@ -1399,6 +1401,8 @@ fn read_input {
|
||||||
bool?
|
bool?
|
||||||
box?
|
box?
|
||||||
butlast
|
butlast
|
||||||
|
car
|
||||||
|
cdr
|
||||||
ceil
|
ceil
|
||||||
chars
|
chars
|
||||||
chars/safe
|
chars/safe
|
||||||
|
@ -1406,6 +1410,7 @@ fn read_input {
|
||||||
coll?
|
coll?
|
||||||
colors
|
colors
|
||||||
concat
|
concat
|
||||||
|
cons
|
||||||
console
|
console
|
||||||
contains?
|
contains?
|
||||||
cos
|
cos
|
||||||
|
@ -1460,6 +1465,7 @@ fn read_input {
|
||||||
left!
|
left!
|
||||||
list
|
list
|
||||||
list?
|
list?
|
||||||
|
llist
|
||||||
loadstate!
|
loadstate!
|
||||||
lt!
|
lt!
|
||||||
lt?
|
lt?
|
||||||
|
|
Loading…
Reference in New Issue
Block a user