SRFI 283: (Type-)Check Introspection

by Artyom Bologov

status: draft (2026-09-16)

keywords: Introspection

Abstract

This SRFI focuses on the introspection and type inference sides of typing / checking. It provides several useful procedures deriving types / checks for arbitrary data. procedure-check-of and check-of work with checks, as in SRFI 253. procedure-type-of and type-of work with implementation-specific types. check->sexp provides a way to serialize opaque checks from above into more readable s-expressions.