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

Safe HaskellNone

Data.Geometry.Ipe.Pickle

Synopsis

Documentation

class (Fractional a, Ord a) => Coordinate a whereSource

Represent stuff that can be used as a coordinate in ipe. (similar to show/read)

loadFile :: Coordinate a => FilePath -> IO (IpeFile a)Source

Load an ipe drawing from a file

storeFile :: Coordinate a => IpeFile a -> FilePath -> IO ()Source

Store an ipe drawing in a file

unpickle :: PU a -> FilePath -> IO [a]Source