format icon indicating copy to clipboard operation
format copied to clipboard

Parametric types / type constructor types are not specified

Open gnidan opened this issue 1 year ago • 0 comments

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.

gnidan avatar Oct 31 '24 03:10 gnidan