ivy-web-0.1: A lightweight web framework, with type safe routes, based on invertible-syntax, and i18n support.

Web.Ivy.Routes

Documentation

data Route Source

Constructors

forall a . (Typeable a, Handler a) => Route a 

routeIso :: forall a. (Typeable a, Handler a) => Iso a RouteSource

int :: Syntax delta => delta IntSource