| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
UniqueTest
Documentation
data TestNonNull Source #
Constructors
| TestNonNull | |
Fields
| |
Instances
type TestNonNullId = Key TestNonNull Source #
Constructors
| TestNull | |
Fields
| |
Instances
| Eq TestNull Source # | |
| Show TestNull Source # | |
| PersistFieldSql TestNull Source # | |
| PersistEntity TestNull Source # | |
| PersistField TestNull Source # | |
| ToBackendKey SqlBackend TestNull Source # | |
| Eq (Key TestNull) Source # | |
| Ord (Key TestNull) Source # | |
| Read (Key TestNull) Source # | |
| Show (Key TestNull) Source # | |
| ToJSON (Key TestNull) Source # | |
| FromJSON (Key TestNull) Source # | |
| ToHttpApiData (Key TestNull) Source # | |
| FromHttpApiData (Key TestNull) Source # | |
| PathPiece (Key TestNull) Source # | |
| PersistFieldSql (Key TestNull) Source # | |
| PersistField (Key TestNull) Source # | |
| data Unique TestNull Source # | |
| data EntityField TestNull Source # | |
| data Key TestNull Source # | |
| type PersistEntityBackend TestNull Source # | |
type TestNullId = Key TestNull Source #
data TestCheckmark Source #
Constructors
| TestCheckmark | |
Fields | |
Instances
type TestCheckmarkId = Key TestCheckmark Source #