(identity arg)
  arg: any type
  returns any type
F

Returns its argument.

This is occasionally useful as a first-class function.

no-op
fn-yields?