tony-lang / spec

Formal syntax specification of the Tony programming language
https://tony-lang.github.io/docs/reference/syntax
MIT License
0 stars 0 forks source link

Map types #23

Closed jonhue closed 3 years ago

jonhue commented 3 years ago
type List<T> := { [Integer]: T }