```rego package test a = y { y = {1} | {2} } ``` results in ``` errors: --- error: Invalid set union code: wellformed_error (errorast (|)) ```