Closed door closed 2 years ago
"Find even numbers" _examples/7-even-numbers.md have this declaration:
_examples/7-even-numbers.md
-spec even(In) -> even(Out) when In :: Out :: list(integer()).
Which compiles with error:
find_even.erl:5:19: type even(_) undefined % 5| -spec even(In) -> even(Out) % | ^ find_even.erl:5:24: type variable 'Out' is only used once (is unbound) % 5| -spec even(In) -> even(Out) % | ^
Thanks for reporting this! Should be fixed now!
"Find even numbers"
_examples/7-even-numbers.md
have this declaration:Which compiles with error: