Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

#%private/steel/stdlib

this module is in the prelude and therefore automatically available when running steel.

filter

Returns new list, keeping elements from lst which applying pred to the element returns #t.

Examples

(filter even? (range 0 5)) ;; '(0 2 4)

*abort

*meta-continuation*

*reset

*shift

add1

assoc

assq

caaaar

caaar

caadar

caaddr

caadr

caar

cadaar

cadadr

cadar

caddar

cadddr

caddr

cadr

call-with-values

cdaaar

cdaar

cdadar

cdaddr

cdadr

cdar

cddaar

cddadr

cddar

cdddar

cdddr

cdddr

cddr

contains?

curry

curry2

drop

even-rec?

flatten

flip

fold

foldl

foldr

force

id

map

max

mem-helper

min

odd-rec?

reduce

slice

sub1

sum

unfold

values

with-finalizer

zero?