Fix bad type specs
This commit is contained in:
parent
d23208c191
commit
79a928e530
@ -105,8 +105,8 @@
|
|||||||
| id() | qid() | con() | qcon()
|
| id() | qid() | con() | qcon()
|
||||||
| constant().
|
| constant().
|
||||||
|
|
||||||
-type comprehension_exp() :: [{ comprehension_bind, ann(), id(), expr()}
|
-type comprehension_exp() :: [ {comprehension_bind, id(), expr()}
|
||||||
| {comprehension_if, expr()}
|
| {comprehension_if, ann(), expr()}
|
||||||
| letbind() ].
|
| letbind() ].
|
||||||
|
|
||||||
-type arg_expr() :: expr() | {named_arg, ann(), id(), expr()}.
|
-type arg_expr() :: expr() | {named_arg, ann(), id(), expr()}.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user