Skip to content

Instantly share code, notes, and snippets.

@darui00kara
Created June 10, 2015 14:25
Show Gist options
  • Select an option

  • Save darui00kara/1e1f2be9e635ff9da8b9 to your computer and use it in GitHub Desktop.

Select an option

Save darui00kara/1e1f2be9e635ff9da8b9 to your computer and use it in GitHub Desktop.
defmodule ElixirUseSheriff do
@type colors() :: :blue | :red | :green | :yellow
def test(value) do
:sheriff.check(value, {:blue, :red, :green, :yellow})
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment