Skip to content

Commit 02f9616

Browse files
authored
Remove the TODO note on anonymous tuples now that they exist (#116)
1 parent c37a63a commit 02f9616

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

docs/learn_alan/index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -295,10 +295,6 @@ export fn main {
295295
}
296296
```
297297

298-
!!! note
299-
300-
This syntax is not *yet* implemented, but intended to be implemented before Alan v0.2.0 releases. TODO: Delete this note!
301-
302298
### Structs
303299

304300
Structs are the same as tuples, except they have names for the different sub-types that you can use to access them. A simple struct is defined as:

0 commit comments

Comments
 (0)