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

Safe HaskellNone

Data.Geometry.Ipe.ReadIpeGeometry

Synopsis

Documentation

class IsConvertableToIGC t whereSource

Typeclass expressing which ipetypes we can convert into a IGC

minimal implementation: toIGC

Associated Types

type PM t Source

Methods

toIGC :: t -> IGC (PM t)Source

listToIGC :: [t] -> IGC (PM t)Source

perEntry :: [t] -> [(t, IGC (PM t))]Source