| 2088 | } |
| 2089 | |
| 2090 | void p_array_set_seq(FlatZincSpace& s, const ConExpr& ce, AST::Node *) { |
| 2091 | SetVarArgs sv = s.arg2setvarargs(ce[0]); |
| 2092 | sequence(s, sv); |
| 2093 | } |
| 2094 | |
| 2095 | void p_array_set_seq_union(FlatZincSpace& s, const ConExpr& ce, |
| 2096 | AST::Node *) { |
nothing calls this directly
no test coverage detected