Frames icon indicating copy to clipboard operation
Frames copied to clipboard

frameUncons not exported

Open dalejordan opened this issue 10 years ago • 1 comments

Did you mean to leave this function off the export list?

It seems to be more general than recUncons which is exported.

The naming of frameCons, frameConsA, frameUncons and frameSnoc seems confusing since they operate at the Rec level and have nothing to do with Frames (the type, not the package).

dalejordan avatar Jul 12 '15 23:07 dalejordan

You're right. I think the bad naming came from the overlap with Vinyl. Using the prefix rec is potentially confusing, but I'm not sure what would be better. We should figure out how to improve things, and do a deprecation cycle.

acowley avatar Jul 13 '15 06:07 acowley