|
|
|
|
|
| Description |
| Objects with a name and an icon (used for several purposes). |
|
| Synopsis |
|
| class (Eq c) => CItem c where | |
|
|
| Documentation |
|
| class (Eq c) => CItem c where |
| Objects with a name and an icon. | | | Methods | | getName :: c -> IO Name | | Gets the object's name. | | | getIcon :: c -> IO Image | | Gets the object's icon. |
| | | Instances | |
|
|
| Produced by Haddock version 0.3 |