Test on newer releases
[hope.git] / include / hope_kv_list.hrl
1 -record(hope_kv_list_presence_violations,
2 { keys_missing :: [A]
3 , keys_duplicated :: [A]
4 , keys_unsupported :: [A]
5 }).
This page took 0.041463 seconds and 4 git commands to generate.