ethdebug / format

Smart contract debugging data format – Standards development working group
https://ethdebug.github.io/format/
47 stars 4 forks source link

Parametric types / type constructor types are not specified #112

Open gnidan opened 2 days ago

gnidan commented 2 days ago

There is currently no way in the type schemas to represent a "type constructor" or algebraic data type or whatever term. The closest the schema currently affords is the alias type, but that is effectively equivalent to a 0-argument type constructor, and thus is not nearly as useful.