anoma / geb

A Categorical View of Computation
https://anoma.github.io/geb/
GNU General Public License v3.0
28 stars 10 forks source link

Add Test Printing Flag #171

Closed agureev closed 9 months ago

agureev commented 10 months ago

Introduces --test flag using -t for binary usage. When used with -p, given a compiled VampIR function of form def foo x1 ... xn = {body}; produces a test equality foo x1 ... xn = y; printed after the entry function.