Skip to content

Commit 9eccad2

Browse files
Use library-name' match-dfh' for SRFI 241.
It's the Dybvig-Friedman-Hilsdale variant of `match'.
1 parent 4241965 commit 9eccad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h2>The SRFIs</h2><noscript>
3131
<div><span>Show</span><label class="checkbox-label controls"><input class="controls" id="abstracts-control" tabindex="7" type="checkbox">abstracts</label></div>
3232
<div><span>Sort by</span><button class="controls sort" data-sort="authors" tabindex="2">authors</button><button class="controls sort" data-sort="date" tabindex="3">date</button><button class="controls sort" data-sort="name" tabindex="4">name</button><button class="controls sort" data-sort="number" tabindex="5">number</button><button class="controls sort" data-sort="status" tabindex="6">status</button></div></div>
3333
<ul class="summary list">
34-
<li class="card draft"><a class="card-anchor" href="srfi-241/"></a><a href="srfi-241/"><span class="number">241</span></a>: <span class="name">Match — Simple Pattern-Matching Syntax to Express Catamorphisms on Scheme Data</span><span class="authors">, by Marc Nieper-Wißkirchen</span><span class="based-on"></span><span class="date-group">Draft: <span class="date">2022-11-10</span></span><span class="keywords" data-keywords="pattern-matching,syntax">Keywords: <a href="https://srfi.schemers.org/?keywords=pattern-matching">Pattern Matching</a>, <a href="https://srfi.schemers.org/?keywords=syntax">Syntax</a></span><span class="library-name">Library name: match</span><span class="status" data-status="draft"></span><span class="see-also">See also <a href="/srfi-200/">SRFI 200: Pattern Matching</a> and <a href="/srfi-204/">SRFI 204: Wright-Cartwright-Shinn Pattern Matcher</a>.</span>
34+
<li class="card draft"><a class="card-anchor" href="srfi-241/"></a><a href="srfi-241/"><span class="number">241</span></a>: <span class="name">Match — Simple Pattern-Matching Syntax to Express Catamorphisms on Scheme Data</span><span class="authors">, by Marc Nieper-Wißkirchen</span><span class="based-on"></span><span class="date-group">Draft: <span class="date">2022-11-10</span></span><span class="keywords" data-keywords="pattern-matching,syntax">Keywords: <a href="https://srfi.schemers.org/?keywords=pattern-matching">Pattern Matching</a>, <a href="https://srfi.schemers.org/?keywords=syntax">Syntax</a></span><span class="library-name">Library name: match-dfh</span><span class="status" data-status="draft"></span><span class="see-also">See also <a href="/srfi-200/">SRFI 200: Pattern Matching</a> and <a href="/srfi-204/">SRFI 204: Wright-Cartwright-Shinn Pattern Matcher</a>.</span>
3535
<div class="abstract"> <p>
3636
This SRFI describes a simple pattern matcher based on one
3737
originally devised by Kent Dybvig, Dan Friedman, and Eric

0 commit comments

Comments
 (0)