Skip to main content

resolve_expr_shape

Function resolve_expr_shape 

Source
pub fn resolve_expr_shape(
    linker: &Linker<'_>,
    primary: &Symbol,
) -> Result<ShapeRef>
Expand description

Resolve a general codec’s expression shape: the primary symbol, then core/Expr, then core/Any, then nil. This is the shared fallback chain that every general-purpose codec (json/binary/binary-base64/algol/lisp/doc) hand-rolled identically before OVERLAP6.07.