vapourlang / vapour

Typed superset of R
http://vapour.run
Apache License 2.0
190 stars 3 forks source link

Types != Object #14

Closed JohnCoene closed 2 months ago

JohnCoene commented 2 months ago

Check that types assigned are valid, e.g.: cannot be object.

# this should fail
let x: list = list()