Erlang standard library quirks

Samuel Montgomery-Blinn sam@REDACTED
Thu Feb 16 17:45:52 CET 2006


James Hague wrote:

>One more:
>
>lists:keysearch returns "{value, Tuple} | false" instead of just
>"Tuple | false".
>
>  
>
This is to distinguish the value "false" from the return code of 
"false", unless I am using the function incorrectly.

-Sam



More information about the erlang-questions mailing list