Module chalk_ir::fold::boring_impls

source ·
Expand description

This module contains “rote and uninteresting” impls of TypeFoldable for various types. In general, we prefer to derive TypeFoldable, but sometimes that doesn’t work for whatever reason.

The more interesting impls of TypeFoldable remain in the fold module.

Macros§