DIAGRAM: improve haddock doc

This commit is contained in:
2014-10-09 21:37:58 +02:00
parent fa749ddd25
commit 22482f7c49

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,