JonathanLorimer / cfg

Simple Haskell configuration library
MIT License
3 stars 0 forks source link

Make field label modifiers a type level list #6

Closed JonathanLorimer closed 1 year ago

JonathanLorimer commented 1 year ago

Most people are going to want to apply multiple label modifiers (i.e. strip prefix AND upper case), adding a type level list and applying modifiers in order seems like a fairly easy solution.