···12 else "${name} ${toString val}\n";
1314 configType = with types;
15- let atom = oneOf [ int bool string path ];
16 in attrsOf (either atom (listOf atom))
17 // { description = ''
18 privoxy configuration type. The format consists of an attribute
···12 else "${name} ${toString val}\n";
1314 configType = with types;
15+ let atom = oneOf [ int bool str path ];
16 in attrsOf (either atom (listOf atom))
17 // { description = ''
18 privoxy configuration type. The format consists of an attribute