mirror of
https://github.com/valitydev/msgpack-erlang.git
synced 2024-11-06 08:45:19 +00:00
Merge pull request #38 from silverbuddy/master
Fix Dialyzer invalid contract warning
This commit is contained in:
commit
69d5aa8ff5
@ -32,8 +32,8 @@
|
|||||||
{msgpack_map(), binary()} | no_return() ).
|
{msgpack_map(), binary()} | no_return() ).
|
||||||
|
|
||||||
%% Erlang representation of msgpack data.
|
%% Erlang representation of msgpack data.
|
||||||
-type msgpack_term() :: [msgpack_term()] | msgpack_map_jsx() |
|
-type msgpack_term() :: [msgpack_term()] | msgpack_map() |
|
||||||
msgpack_map_jiffy() | integer() | float() | binary().
|
integer() | float() | binary().
|
||||||
|
|
||||||
%% @doc ext_packer that packs only tuples with length > 2
|
%% @doc ext_packer that packs only tuples with length > 2
|
||||||
-type msgpack_ext_packer() :: fun((tuple(), msgpack:options()) ->
|
-type msgpack_ext_packer() :: fun((tuple(), msgpack:options()) ->
|
||||||
|
Loading…
Reference in New Issue
Block a user