Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,9 @@ You do not have to use nix:

The fields of an actor are all of function type with a return type of `async t` or `()`.

* Array types: Java-like, but elements can be mutable or immutable
- `T[]`
- `var T[]`
* Array types: elements can be mutable or immutable
- `[T]`
- `[var T]`

* Option types: ML/Haskell-style option/maybe type, other types do not include null!
- `T?`
Expand Down