If I have a recording type with lenses, is it possible to create a new recording without using basic recordings?
{-
I could make Foo instance of Data.Default and then modifiy def with lenses, but not all record types will have reasonable defaults. Does Control.Lens have its own way of doing this?
haskell lenses
Peter Hall
source share