WashNGo-2.12.0.1: WASH is a family of EDSLs for programming Web applications in Haskell.Source codeContentsIndex
WASH.CGI.StateItem
Synopsis
data T a
= T String Int
| Tvirtual {
tvirtual :: a
}
Documentation
data T a Source
type of handles to a PE of type a
Constructors
T String Int
Tvirtual
tvirtual :: a
Produced by Haddock version 2.6.1