URLT-0.14: Library for maintaining correctness of URLs within an application.

URLT.Regular

Documentation

class GToURL f whereSource

Instances

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