add rshift (>>) : SLT x Int -> STL as next(self, i)

This commit is contained in:
Marcell Vazquez-Chanlatte 2017-12-07 19:00:07 -08:00
parent 8f4e511326
commit 5b7fea3953
2 changed files with 11 additions and 3 deletions

View file

@ -207,9 +207,7 @@ def iff(x, y):
def next(phi, i=1):
for _ in range(i):
phi = Next(phi)
return phi
return phi >> i
def timed_until(phi, psi, lo, hi):