Discussion:
Missing curly in EEP 13?
Michael P.
2021-05-19 19:47:37 UTC
Permalink
<https://www.erlang.org/erlang-enhancement-proposals/eep-0013.html>

Subsection "Declaration" in section "Specification":

```
'-' 'enum' '(' identifier-and-size ',' '{' enum-binding
{',' enum-binding}* ')' '.'
```
Could that supposed to be meant as ending in `}* '}' ')' '.'`?

~M

--

Curiosity killed the cat --
by simply using up its time.
Lukas Larsson
2021-05-21 08:18:19 UTC
Permalink
Post by Michael P.
<https://www.erlang.org/erlang-enhancement-proposals/eep-0013.html>
```
'-' 'enum' '(' identifier-and-size ',' '{' enum-binding
{',' enum-binding}* ')' '.'
```
Could that supposed to be meant as ending in `}* '}' ')' '.'`?
Yes, I that you are correct in that.

Loading...