Merge pull request #38 from silverbuddy/master

Fix Dialyzer invalid contract warning
This commit is contained in:
UENISHI Kota 2015-01-06 01:07:30 +09:00
commit 69d5aa8ff5

View File

@ -32,8 +32,8 @@
{msgpack_map(), binary()} | no_return() ).
%% Erlang representation of msgpack data.
-type msgpack_term() :: [msgpack_term()] | msgpack_map_jsx() |
msgpack_map_jiffy() | integer() | float() | binary().
-type msgpack_term() :: [msgpack_term()] | msgpack_map() |
integer() | float() | binary().
%% @doc ext_packer that packs only tuples with length > 2
-type msgpack_ext_packer() :: fun((tuple(), msgpack:options()) ->