Created
December 14, 2011 14:11
-
-
Save hntrmrrs/1476708 to your computer and use it in GitHub Desktop.
This file contains 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
$ erl -pa . | |
Erlang R15B (erts-5.9) [source] [64-bit] [smp:4:4] [async-threads:0] [hipe] [kernel-poll:false] | |
Eshell V5.9 (abort with ^G) | |
1> something:baz(). | |
** exception error: no match of right hand side value 133 | |
in function something:baz/0 (something.erl, line 14) | |
2> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment