hipe-0.1.1.0: Support for reading and writing ipe7 files (http://ipe7.sourceforge.net)

Safe HaskellNone

Data.Geometry.Ipe.IGC

Synopsis

Documentation

data IGC a Source

an ipe geometry collection

Instances

IsConvertableToIpeObject IGC 
Eq a => Eq (IGC a) 
Show a => Show (IGC a) 
Monoid (IGC a) 

class IsIpeGeometry g whereSource

Stuff that we can store in a IpGeometryCollection

Methods

insert :: g a -> IGC a -> IGC aSource

(<|) :: g a -> IGC a -> IGC aSource

shorhand for insert

insertAll :: [g a] -> IGC a -> IGC aSource

fromList :: IsIpeGeometry g => [g a] -> IGC aSource