SRFI 229: Tagged Procedures

by Marc Nieper-Wißkirchen

status: final (2021-11-15)

keywords: Data Structure

Abstract

This SRFI defines tagged procedures, which are procedures that are tagged with a Scheme value when created through the syntax lambda/tag and case-lambda/tag. The value of the tag of a procedure can be retrieved with procedure-tag, and the predicate procedure/tag? discerns whether a procedure is tagged.