alephcloud / hs-configuration-tools

Tools for defining and parsing configurations of Haskell applications
MIT License
23 stars 4 forks source link

Documentation for updatePorperty doesn't show how to use it #59

Closed axman6 closed 7 years ago

axman6 commented 7 years ago

The code snipped attached to the docs for updateProperty don't actually show its usage, and it makes no mention of the %.: operator which is actually used - it would be good to make this snippet a) use the function and b) reference its infix version.

larskuhtz commented 7 years ago

Thanks for reporting this. It's now fixed in master.

axman6 commented 7 years ago

Thanks Lars!