data-has icon indicating copy to clipboard operation
data-has copied to clipboard

Simple extensible product

Results 1 data-has issues
Sort by recently updated
recently updated
newest added

`generic-lens` has a generic `typed` lens: http://hackage.haskell.org/package/generic-lens-1.0.0.2/docs/Data-Generics-Product-Typed.html I believe this would be a perfect fit for the default implementation of `Has`. This would allow one to write something like this:...