Skip to content

Instantly share code, notes, and snippets.

@aharpole
Created March 9, 2019 00:05
Show Gist options
  • Save aharpole/dd392b71b0fdf0deb578f9257457cf2c to your computer and use it in GitHub Desktop.
Save aharpole/dd392b71b0fdf0deb578f9257457cf2c to your computer and use it in GitHub Desktop.
type for elixir blog post
@type t :: %__MODULE__{
value: integer,
increment_by: integer
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment