status: final (2023-03-23)
keywords: Pattern Matching, Syntax
See also SRFI 200: Pattern Matching and SRFI 204: Wright-Cartwright-Shinn Pattern Matcher.library name: match
This SRFI describes a simple pattern matcher based on one originally devised by Kent Dybvig, Dan Friedman, and Eric Hilsdale, which has a catamorphism feature to perform recursion automatically.