(left, right ast.Constant)
| 31 | } |
| 32 | |
| 33 | func equals(left, right ast.Constant) bool { |
| 34 | return left.Equals(right) |
| 35 | } |
| 36 | |
| 37 | func makeDecl(t *testing.T, atom ast.Atom, descrAtoms []ast.Atom, bounds []ast.BoundDecl, constraints *ast.InclusionConstraint) ast.Decl { |
| 38 | t.Helper() |