snapframework / snap

Top-level package for the official Snap Framework libraries, includes the snaplets API as well as infrastructure for sessions, auth, and templates.
http://snapframework.com/
BSD 3-Clause "New" or "Revised" License
455 stars 68 forks source link

Added missing instances to Snaplet #35

Closed ekmett closed 12 years ago

ekmett commented 12 years ago

There are a number of instances that can be made for Snaplet that are currently missing.

They expose no new functionality, as everything that you can do with them you could do before using the exposed lenses, this just provides a few new ways to do things using standard classes, so no safety is lost, and there isn't any canonical place these instances could live outside of the snap package since they would otherwise be orphans.

mightybyte commented 12 years ago

Merged into the 0.10 branch.