On this page:
->boolean

2.1 Booleans🔗

 (require toolbox/boolean) package: toolbox-lib

procedure

(->boolean v)  boolean?

  v : any/c
Returns #f if v is #f, otherwise returns #t.