Open MaxGabriel opened 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
Potentially it might be worth holding off on documenting this in light of yesodweb/path-pieces#12, but it'd be fine either way.
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