bug#26955: macroexpand: documentation and actual behavior differ
Closing this report as it seems fixed. -- Taylan
bug#26955:
This bug appears to have been fixed in version 2.2.
bug#26955: macroexpand: documentation and actual behavior differ
Guile version: 2.0.11 Machine type: x86_64-unknown-linux-gnu === Bug === The first 3 examples given in the documentation for 'macroexpand' in section 9.4.2 do not expand to the printed results; for example (macroexpand '(+ 1 2)) yields => # instead of '(+ 1 2)