Open porcuquine opened 2 weeks ago
Something like the following should work:
% lurk prove program.lurk % lurk verify proof.out % lurk inspect proof.out
or
% lurk prove program.lurk -o proof.π % lurk verify proof.π % lurk inspect proof.π
This can and probably should integrate with the protocol API (i.e. defprotocol) — which may require a bit more machinery than I wrote above.
defprotocol
Something like the following should work:
or