never { accept_init: s0_init: if :: (Fq) && (p) -> goto accept_s1 :: (Fq) && !(p) -> goto s0_init :: (Fq) && !(p) -> goto s2 fi; s2: if :: !(p) -> goto s2 :: (p) -> goto accept_s1 fi; accept_s1: if :: (1) -> goto accept_s1 fi; }