Stream.repeatedly/1

defmodule Stream do
  def repeatedly(fun)
end

Returns a stream generated by calling fun repeatedly.