defmodule ProofDialyzerWarning do
@moduledoc """
Documentation for `ProofDialyzerWarning`.
"""
@doc """
Hello world.
## Examples
iex> ProofDialyzerWarning.hello()
:world
"""
def hello do
create_tar_stream("test", "foo") |> IO.inspect()
:world
end
# Helper function to create a tar stream from a file
This file has been truncated. show original