dvanhorn / var

Verification via Abstract Reduction

Home Page:http://arxiv.org/abs/1103.1362

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snake status

dvanhorn opened this issue · comments

Get weird blam like this when verifying motion-split.rkt and slither.rkt:

'((blame Λ Λ (-- (clos (s-ref data snake 0) #hash())) λ (-- (clos (s-ref data snake 0) #hash()))) #hash())
'((blame Λ Λ (-- (clos (s-ref data snake 1) #hash())) λ (-- (clos (s-ref data snake 1) #hash()))) #hash())
'((blame Λ Λ (-- (clos (s-ref data world 0) #hash())) λ (-- (clos (s-ref data world 0) #hash()))) #hash())
'((blame Λ Λ (-- (clos (s-ref data world 1) #hash())) λ (-- (clos (s-ref data world 1) #hash()))) #hash())

Both motion-split.rkt and slither.rkt are slow to verify. The rest is fast.