On this page:
statement-list?
statement->list
statement->reified-list

6.4 Statement Conversion🔗ℹ

predicate

(statement-list? val)  boolean?

  val : any/c
TBD

procedure

(statement->list stmt)  (list/c subject? predicate? object?)

  stmt : statement?
Turn any statement into a list of three components.

procedure

(statement->reified-list stmt)

  (listof (list/c subject? predicate? object?))
  stmt : statement?
Reify the statement and return a list of lists.