X-Git-Url: https://git.xandkar.net/?a=blobdiff_plain;f=include%2Fhope_kv_list.hrl;fp=include%2Fhope_kv_list.hrl;h=a08d7cdb6d8f9a78898f035fced1a347ebc2bd36;hb=e163be89d2e192e63fdc03b66146067d92b21e1f;hp=0000000000000000000000000000000000000000;hpb=870172d69230ad2cf0f409ec009ab3feaa723fee;p=hope.git diff --git a/include/hope_kv_list.hrl b/include/hope_kv_list.hrl new file mode 100644 index 0000000..a08d7cd --- /dev/null +++ b/include/hope_kv_list.hrl @@ -0,0 +1,5 @@ +-record(hope_kv_list_presence_violations, + { keys_missing :: [A] + , keys_duplicated :: [A] + , keys_unsupported :: [A] + }).