Expand description
Validation passes for TLExpr.
This module provides comprehensive validation for logical expressions before compilation. Validation helps catch errors early and provide helpful error messages.
Structs§
- Validation
Result - Result of pre-compilation validation.
Functions§
- validate_
arity - Validate that all predicates with the same name have the same arity.
- validate_
expression - Performs comprehensive pre-compilation validation.
- validate_
expression_ with_ types - Validates an expression with type signatures.