ContentsIndex
MyPoint
Description
my important module
Synopsis
data Point
= MkP2 (Integer, Integer)
| MkP3 (Integer, Integer, Integer)
add :: Point -> Point -> Point
Documentation
data Point
my Point Data
Constructors
MkP2 (Integer, Integer)my 2d-point
MkP3 (Integer, Integer, Integer)my 3d-point
add
:: Pointfirst summand
-> Pointsecoand summand
-> Pointsummary
my important add-function
Produced by Haddock version 0.8