Closed roconnor-blockstream closed 3 months ago
In rust-simplicty you will want to ammend
to
bool result = simplicity_##jet(dst, *src, env); \
The 5184676a4523b3054da2cad2f11c9179352e7460 haskell
derivation doesn't compile. Is your goal that every individual commit of this PR will build?
Might be working now.
C has no name spaces, and we want to ensure there are no symbol collisions with other libraries.
You can check the list of exported symbols by somelike
The
grep
is largely to exclude non-exported symbols from the list.