| Copyright | (c) Marcin Mrotek, 2015 |
|---|---|
| License | BSD3 |
| Maintainer | marcin.jan.mrotek@gmail.com |
| Stability | experimental |
| Safe Haskell | Safe |
| Language | Haskell2010 |
| Extensions |
|
Graphics.QML.DataModel.Internal.Generic.Mock
Description
Documentation
A class that constructs a mock object, with all fields set to undefined,
for use with generic implementations that don't actually use the supplied data.
Only data types with a single constuctor can have an unambiguous mock object.
Minimal complete definition
Nothing