anoma / geb

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

`bitc` could be extended to support constraints #117

Open rokopt opened 1 year ago

rokopt commented 1 year ago

If we extend the bitc category which exposes VampIR APIs to Geb, then Geb's upcoming equalizers could either be erased by compile-time proofs or compiled to constraints which would alleviate the programmer's need to prove that constraints were satisfied. See https://github.com/anoma/geb/pull/105#issuecomment-1527714854 for some details.