cucapra / filament

Fearless hardware design
http://filamenthdl.com/
MIT License
159 stars 9 forks source link

Foldable for resolving props #246

Closed gabizon103 closed 1 year ago

gabizon103 commented 1 year ago

Implement Foldable so that we can resolve props easily. Useful for monomorphization, since we need to resolve props that show up in if-else conditions, for one.

UnsignedByte commented 1 year ago

Should already be implemented, in subst.rs:163