VEC: improve documentation

This commit is contained in:
hasufell 2014-11-29 05:08:38 +01:00
parent e673fee652
commit c20d0e2eb1
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ import MyPrelude
-- |Checks whether the Point is in a given dimension.
inRange :: Square -- ^ the square, defined by x/y dimensions
inRange :: Square -- ^ the square: ((xmin, xmax), (ymin, ymax))
-> PT -- ^ Coordinate
-> Bool -- ^ result
inRange ((xmin, xmax), (ymin, ymax)) p =