vast icon indicating copy to clipboard operation
vast copied to clipboard

Implement typedef resolver for type constraints

Open xlauko opened this issue 2 years ago • 0 comments

For example allow typedef int int_type to satisfy IntegerLikeType constraint.

This probably requires a global module to access typedef information, or embed typedef defining operation somehow to type itself.

xlauko avatar Nov 01 '22 16:11 xlauko