web-routes-regular-0.18: Library for maintaining correctness of URLs within an application.

Web.Routes.Regular

Documentation

class GToURL f whereSource

Instances

GToURL U 
PathInfo a => GToURL (K a) 
(GToURL f, GToURL g) => GToURL (:+: f g) 
(GToURL f, GToURL g) => GToURL (:*: f g) 
(Constructor c, GToURL f) => GToURL (C c f) 
GToURL f => GToURL (S s f)