(str string)
| 65 | ) |
| 66 | |
| 67 | func name(str string) Constant { |
| 68 | res, _ := Name(str) |
| 69 | return res |
| 70 | } |
| 71 | |
| 72 | func makeDecl(t *testing.T, atom Atom, descr []Atom, boundDecls []BoundDecl, incl *InclusionConstraint) Decl { |
| 73 | t.Helper() |
no test coverage detected