aboutsummaryrefslogtreecommitdiff
path: root/src/Util/Tactics/VM.v
Commit message (Collapse)AuthorAge
* speed up NewBaseystem synthesisGravatar Andres Erbsen2017-02-23
Use a vm_compute hack fromhttps://arxiv.org/pdf/1305.6543.pdf section 5.5: pattern terms over what to keep opaque, then reduce the lambda using vm_compute.