implicit-forcing
The Report explicitly suggests that primitive procedures like + could be defined to implicitly force promises.
+
This choice is tested for by running
(+ 1 (delay 2))
in each Scheme.