WashNGo-2.12: WASH is a family of embedded domain specific languages (EDSL) for programming Web applications in Haskell.ContentsIndex
WASH.CGI.StateItem
Synopsis
data T a
= T String Int
| Tvirtual {
tvirtual :: a
}
Documentation
data T a
type of handles to a PE of type a
Constructors
T String Int
Tvirtual
tvirtual :: a
show/hide Instances
Read (T a)
Show (T a)
Produced by Haddock version 0.8