diff options
Diffstat (limited to 'stdlib/with-resources.tl')
-rw-r--r-- | stdlib/with-resources.tl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/with-resources.tl b/stdlib/with-resources.tl index e3c12c89..d921ae5d 100644 --- a/stdlib/with-resources.tl +++ b/stdlib/with-resources.tl @@ -24,6 +24,7 @@ ;; CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ;; ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE ;; POSSIBILITY OF SUCH DAMAGE. + (defmacro with-resources (:form f res-bindings . body) (tree-case res-bindings (((sym init) . rest) |