On this page:
apply-in-list

5 idiocket/list

procedure

(apply-in-list l [out])  list?

  l : list?
  out : (-> procedure? any/c) = null
Builds a new list using out, where all procedures in l are replaced with the values produced by applying those procedures.