|
From: | Paul Morris |
Subject: | bug#33415: Fix argument list in match-lambda docs |
Date: | Sat, 17 Nov 2018 09:01:24 -0500 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 |
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 … The attached patch fixes this. -Paul |
0001-Fix-argument-list-in-match-lambda-docs.patch
Description: Text Data
[Prev in Thread] | Current Thread | [Next in Thread] |