Skip to content

Commit 7fefd9f

Browse files
committed
add missing map type
1 parent e4f0d1a commit 7fefd9f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/content/docs/language-features/declarations-and-types.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ fixed // fixedpoint number
4646
text // string
4747
bool // boolean
4848
entity // entity
49-
fn // function
50-
list // list
49+
fn(T) -> T // function
50+
list<T> // list
51+
map<T> // map
5152
```

0 commit comments

Comments
 (0)