Skip to content

Instantly share code, notes, and snippets.

@lasseebert
Created September 3, 2019 19:48
Show Gist options
  • Save lasseebert/ed07932c52b7a863d22c48dcb0e4ec7a to your computer and use it in GitHub Desktop.
Save lasseebert/ed07932c52b7a863d22c48dcb0e4ec7a to your computer and use it in GitHub Desktop.
@spec c() :: :ok | :error
def c do
case a() do
:ok ->
:ok = b()
:ok
:error ->
:error
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment