Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Differenciate Erlang types from Elixir ones, and include fully qualified name #87

Open
eksperimental opened this issue May 30, 2022 · 0 comments

Comments

@eksperimental
Copy link
Contributor

Code:
https://github.com/eksperimental/ex_doc/blob/a5f02c1bb03651f4fa40f9fc56301d71a515e742/lib/ex_doc/formatter/epub.ex#L150-L152

lib/ex_doc/formatter/epub.ex: The function call on line 151 is expected to have type binary() | maybe_improper_list(byte() | binary() | iolist(), [] | binary()) but it has type chars()
149 
150     "~4..0B-~2..0B-~2..0BT~2..0B:~2..0B:~2..0BZ"
151     |> :io_lib.format(list)
152     |> IO.iodata_to_binary()
153   end

chars() refers to :io_lib.chars()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant