Anjali Pal
Anjali Pal
Hi! Thanks for your question, I'm excited that you're trying to use Enumo :) I think your issue is in how you're using `iter_metric.` `iter_metric` is semantically equivalent to repeatedly...
Sorry, I missed this reply!! I don't understand or repro the issue with `a` you describe above. Running the following: ``` #[test] fn wkld_test() { let lang = Workload::new(["(vec_d EXPR)",...
Sorry for the slow reply! This is not currently supported- terms/workloads don't really have a notion of "domain", so the closest you could do would be to implement an enumo...