Module validate

Module validate 

Source
Expand description

Runtime validation of query results against type metadata.

Validates that Value produced by the materializer matches the expected type from the IR. A mismatch indicates an IR construction bug.

Structs§

TypeError
Error returned when validation fails.

Enums§

PathSegment
Segment in the path to a type error.
TypeDescription
Human-readable type description for error messages.

Functions§

validate
Validates a value against the expected type.