mirror of
https://github.com/valitydev/jesse.git
synced 2024-11-06 09:35:23 +00:00
normalize
This commit is contained in:
parent
fdd22015cf
commit
3333e32c45
@ -10,7 +10,7 @@
|
||||
-type kvc_obj_node() :: proplist() | {struct, proplist()} | [{}] | dict()
|
||||
| gb_tree() | term().
|
||||
-type typed_proplist() :: {proplist() | {gb_tree, gb_tree()}, elem_type()}.
|
||||
-define(IF_MAPS(_), ).
|
||||
-define(IF_MAPS(Exp), ).
|
||||
-else.
|
||||
-type kvc_obj_node() :: proplist() | {struct, proplist()} | [{}] | dict:dict()
|
||||
| gb_trees:tree() | map() | term().
|
||||
|
@ -118,7 +118,7 @@
|
||||
|
||||
%% Maps conditional compilation
|
||||
-ifdef(erlang_deprecated_types).
|
||||
-define(IF_MAPS(EXP), ).
|
||||
-define(IF_MAPS(Exp), ).
|
||||
-else.
|
||||
-define(IF_MAPS(Exp), Exp).
|
||||
-endif.
|
||||
|
Loading…
Reference in New Issue
Block a user