se of
dynamic-wind (that was likely the result of a typo). A patch is
given below.
Sincerely,
Isaac Lewis
>From 6dedc1a6d64ecbf6f1c9a4e60a6ea4a46c5b55ff Mon Sep 17 00:00:00 2001
From: Isaac Lewis
Date: Mon, 2 Jul 2018 11:37:27 -0400
Subject: [PATCH] Fix a bug in the REPL server.
---
modul
This bug appears to have been fixed in version 2.2.
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)