Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I really don't get how having to write

  @spec foo(String.t()) :: String.t()
  def foo(bar)
is better than

  def foo(String.t() bar): String.t()


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: