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.
 
 
 
 
 
 

20 lines
343 B

// RESULT: Error:nested
//P<1 [ F P<1 [ F<=1 l=1 ] ];
// RESULT: Error:nested
P<1 [ F P<1 [ F l=1 ] ];
// RESULT: Error:nested
P<1 [ F R<1 [ F l=1 ] ];
// RESULT: Error:nested
R<1 [ F P<1 [ F l=1 ] ];
// RESULT: Error:nested
R<1 [ F R<1 [ F l=1 ] ];
// RESULT: false
"inner": P<1 [ F l=1 ];
// RESULT: Error:nested
Pmax=? [ F "inner" ];