Statistics
| Branch: | Tag: | Revision:

root / src / Ganeti / Lens.hs @ a1f35d0a

History | View | Annotate | Download (1.7 kB)

# Date Author Comment
ba40281b 03/07/2014 05:22 pm Petr Pudlak

Add a module for custom generic Lens functions

The module currently re-exports Control.Lens and adds a function that
creates lenses from data types by appending 'L' to its field names.

All Ganeti modules should import this module instead of Control.Lens...