(no title)
JohnBerryman | 2 years ago
``` from cataclysm import doom
def mystery_func(): while True: pass
# predict if specified function halts print(doom.does_it_halt(mystery_func)) ```
JohnBerryman | 2 years ago
``` from cataclysm import doom
def mystery_func(): while True: pass
# predict if specified function halts print(doom.does_it_halt(mystery_func)) ```
thorax|2 years ago
I'll have to try that when I get back to my desk!