|
|
|
|
|
by wolfadex
2150 days ago
|
|
Type annotations aren't inline in all languages. If you're writing Haskell or Elm, as a few examples, then you get static types without having to write them out and if you do write them out they sit above the function that uses them. |
|