status: withdrawn (2022-02-02)
keywords: Pattern Matching
See also SRFI 200: Pattern Matching and SRFI 201: Syntactic Extensions to the Core Scheme Bindings.Pattern matching decomposes a compound data structure into parts and assigns those parts to variables. This SRFI describes a pattern-matching library already in use by several scheme implementations which can match many common compound data structures.