DIAGRAM: improve haddock doc

This commit is contained in:
hasufell 2014-10-09 21:37:58 +02:00
parent fa749ddd25
commit 22482f7c49
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ data Diag = Diag {
-- |Holds the properties for a Diagram, like thickness of 2d points etc.
-- This can also be seen as a context when merging multiple diagrams.
data DiagProp = MkProp {
-- |The thickness of the dots.
t :: Double,