|
| Database.HaskellDB.DBLayout | | Portability | non-portable | | Stability | experimental | | Maintainer | haskelldb-users@lists.sourceforge.net |
|
|
|
| Description |
| Exports every function needed by DBDirect generated
files
|
|
| Synopsis |
|
|
|
| Documentation |
|
| module Database.HaskellDB.BoundedString |
|
| module Database.HaskellDB.DBSpec |
|
|
|
|
|
| Type of normal expressions, contains the untyped PrimExpr.
|
|
|
|
| Basic tables, contains table name and an
association from attributes to attribute
names in the real table.
|
|
|
|
|
|
|
|
|
| Constructor that adds a field to a record.
f is the field tag, a is the field value and b is the rest of the record.
|
|
|
|
|
|
|
| Class for field labels.
| | | Methods | | | Gets the name of the label.
|
|
|
|
|
|
|
|
|
|
|
| :: | | | => Record (RecCons f a RecNil) | Rest of record
| | -> b -> c | New record
| | -> b -> RecCons f a c | | | Adds the field from a one-field record to another record.
|
|
|
| Produced by Haddock version 2.6.0 |