binary constructor

Kostis Sagonas kostis@REDACTED
Fri Feb 25 17:35:30 CET 2005


 >   so i read this in the reference manual 
 > (http://www.erlang.se/doc/doc-5.4/doc/reference_manual/part_frame.html);
 > 
 > <<E1,...,En>>
 > 
 > Ei = Value |
 >      Value:Size |
 >      Value/TypeSpecifierList |
 >      Value:Size/TypeSpecifierList
 >
 > used in a binary construction, Value is an expression which should
 > evaluate to an integer, float or string.

Congratulations, you've found a typo in the manual!  The above line should
read "evaluate to an integer, float or binary".

Kostis




More information about the erlang-questions mailing list