privacy-scaling-explorations / chiquito

DSL for Halo2 circuits
https://docs.pecadorplonkish.xyz/
161 stars 36 forks source link

implemented get_type function #232

Closed rutefig closed 3 months ago

rutefig commented 3 months ago

deref type and if it's None return "field"

leolara commented 3 months ago

Closes #227

leolara commented 3 months ago

@rutefig Beautiful ❤️

Why do you need unwrap?

leolara commented 3 months ago

like, you could return _ty ? I think

leolara commented 3 months ago

I mean ty.as_deref ?

rutefig commented 3 months ago

like, you could return _ty ? I think

yes you're right thank you 🙏🏼