io7m-com / cedarbridge

Cedarbridge message protocol specification language
https://www.io7m.com/software/cedarbridge
ISC License
0 stars 0 forks source link

Type applications with no arguments should not be accepted #4

Closed io7m closed 3 years ago

io7m commented 3 years ago

An expression such as this:

[IntegerUnsigned32]

... shouldn't be accepted. The actual expression should be rejected as a type error, as it's a function application applied to a type constructor that takes no arguments.