SRFI 241: Match — Simple Pattern-Matching Syntax to Express Catamorphisms on Scheme Data

by Marc Nieper-Wißkirchen

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

Abstract

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.