In alloy consider
sig Queue{ link : Queue, elem: Int }
consider that I have some predicate predicate-1, How would I define scope when I run predicate-1 for Queue <=1 , int ={-3,-2,0,2}. I have not listed the predicate here
run predicate-1 for 1 Queue, int scope here
don't know what would be the syntax for int scope