Created
June 28, 2017 20:04
-
-
Save kjnilsson/c3335e5e143f8ebbfabee7ec97d34acf to your computer and use it in GitHub Desktop.
What is the third case for? No idea but OTP 20 requires it.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
case call 'erlang':'is_integer'( | |
_fez0) of | |
<'true'> when 'true' -> | |
call 'erlang':'is_integer'( | |
_fez1) | |
<'false'> when 'true' -> | |
'false' | |
<_wat> when 'true' -> | |
_wat | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment