TD.Data.Point
data Point Source #
Constructors
A point on a Cartesian plane
Fields
The point's first coordinate
The point's second coordinate
Defined in TD.Data.Point
Methods
parseJSON :: Value -> Parser Point #
parseJSONList :: Value -> Parser [Point] #
showsPrec :: Int -> Point -> ShowS #
show :: Point -> String #
showList :: [Point] -> ShowS #
(==) :: Point -> Point -> Bool #
(/=) :: Point -> Point -> Bool #
shortShow :: Point -> String Source #