Skip to content

Commit

Permalink
feat(#47): braces
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Dec 19, 2023
1 parent 1748249 commit 49a6e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2023/12/2023-12-19-tuple-varargs.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ this:
But there aren't two free attributes in formation of `int.plus`, only one `x`:

```
Φ ↦ [org ↦ [eolang ↦ [int ↦ [plus ↦ [x ↦ ∅, ...], ...], ...], ...], ...]
Φ ↦ org ↦ eolang ↦ int ↦ plus ↦ x ↦ ∅, ..., ..., ..., ..., ...
```

So as not to complicate things we decided to get rid of varargs in EO at all. And now it's a perfect
Expand Down

0 comments on commit 49a6e03

Please sign in to comment.