Closed CyanoKobalamyne closed 3 years ago
This fixes a typo that prevents the parsing of typedefs like TAdd#(5, SomeNumericType) where SomeNumericType is another type, not a literal number.
TAdd#(5, SomeNumericType)
SomeNumericType
This fixes a typo that prevents the parsing of typedefs like
TAdd#(5, SomeNumericType)
whereSomeNumericType
is another type, not a literal number.