You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
309 B

// RESULT: [(1,1)]
multi(Pmax=? [ F s=1 ],Pmax=? [ F s=2 ])
// RESULT: [(1,0)]
multi(Pmax=? [ G F s=2 ],Pmax=? [ G F s=1 ])
// RESULT: [(1,1))]
multi(Pmax=? [ F s=1 ],Pmin=? [ F s=2 ])
// RESULT: [(1,1)]
multi(Pmin=? [ F s=1 ],Pmax=? [ F s=2 ])
// RESULT: [(1,1)]
multi(Pmin=? [ F s=1 ],Pmin=? [ F s=2 ])