We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7cdfd96 + c260734 commit 42bd13aCopy full SHA for 42bd13a
include/msgpack.hrl
@@ -33,7 +33,7 @@
33
34
%% Erlang representation of msgpack data.
35
-type msgpack_term() :: [msgpack_term()] | msgpack_map() |
36
- integer() | float() | binary().
+ integer() | float() | boolean() | binary().
37
38
%% @doc ext_packer that packs only tuples with length > 2
39
-type msgpack_ext_packer() :: fun((tuple(), msgpack:options()) ->
0 commit comments