databrary-1: Databrary

Safe HaskellNone
LanguageHaskell2010

View.Html

Synopsis

Documentation

type Query = [QueryItem] #

Query.

General form: a=b&c=d, but if the value is Nothing, it becomes a&c=d.

actionForm :: Route r a -> a -> JSOpt -> Html -> Html Source #