Skip to content

Instantly share code, notes, and snippets.

@jesperes
Last active November 8, 2021 09:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jesperes/38681828de031b832840522869a94373 to your computer and use it in GitHub Desktop.
Save jesperes/38681828de031b832840522869a94373 to your computer and use it in GitHub Desktop.
dialyzer blog post (example 1)
plus_one(X) ->
X + 1.
main() ->
plus_one("string").
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment