ValidateExpressionDelegate type
Delegate for doing static validation on an expression. Validators can and should throw exceptions if the expression is not valid.
type ValidateExpressionDelegate = (expression: Expression) => any