| |||||||
| |||||||
Documentation | |||||||
sessions :: Table (RecCons Sessionid (Expr Int) (RecCons Userid (Expr (Maybe Int)) (RecCons Started (Expr CalendarTime) (RecCons Last_use (Expr CalendarTime) RecNil)))) | |||||||
data Sessionid | |||||||
| |||||||
sessionid :: Attr Sessionid Int | |||||||
data Userid | |||||||
| |||||||
userid :: Attr Userid (Maybe Int) | |||||||
data Started | |||||||
| |||||||
started :: Attr Started CalendarTime | |||||||
data Last_use | |||||||
| |||||||
last_use :: Attr Last_use CalendarTime | |||||||
Produced by Haddock version 0.7 |