GabrielDosReis / ipr

Compiler-neutral Internal Program Representation for C++
BSD 3-Clause "New" or "Revised" License
221 stars 23 forks source link

Make Parameter_list type more precise #260

Closed Xazax-hun closed 2 years ago

Xazax-hun commented 2 years ago

The implementation always have Product as its type. Making the type more precise in the interface can simplify user code making some casts redundant.