|
|
|
Description |
my important module
|
|
Synopsis |
|
|
|
Documentation |
|
data Point |
my Point Data
| Constructors | MkP2 (Integer, Integer) | my 2d-point
| MkP3 (Integer, Integer, Integer) | my 3d-point
|
|
|
|
add |
:: Point | first summand
| -> Point | secoand summand
| -> Point | summary
| my important add-function
|
|
|
Produced by Haddock version 0.8 |