Hi, Paul Morris <p...@paulwmorris.com> skribis:
> Hi, I found a small error in the docs for the pattern matching module: > > https://www.gnu.org/software/guile/manual/html_node/Pattern-Matching.html > > There should be no "exp" in these argument lists: > > Scheme Syntax: match-lambda exp clause1 clause2 … > Scheme Syntax: match-lambda* exp clause1 clause2 … Indeed. >>From 502a6022e6e059a96f73a0b907b02b4e797e5a65 Mon Sep 17 00:00:00 2001 > From: Paul Morris <p...@paulwmorris.com> > Date: Sat, 17 Nov 2018 08:54:06 -0500 > Subject: [PATCH] Fix argument list in match-lambda docs > > * doc/ref/match.texi: Fix argument list for match-lambda. Applied, thanks! Ludo’.