MaxGabriel / Haskell-Documentation

Issue tracker for Haskell documentation projects for Bay Area haskell group meetup.
3 stars 0 forks source link

Document the Path Pieces library #3

Open MaxGabriel opened 9 years ago

MaxGabriel commented 9 years ago

The path pieces library is used to serialize the parts of a URL to and from Haskell values.

There are only a few typeclasses that need documenting, but example code on writing instances would be useful as well.

More details about path pieces (and Yesod's routing) are in the Yesod book.

http://hackage.haskell.org/package/path-pieces-0.2.0/docs/Web-PathPieces.html

MaxGabriel commented 9 years ago

Potentially it might be worth holding off on documenting this in light of yesodweb/path-pieces#12, but it'd be fine either way.