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

Safe HaskellNone

Data.Geometry.Ipe.Pickle

Synopsis

Documentation

loadDrawing :: Coordinate a => FilePath -> IO (IpeDrawing a)Source

Load an ipe drawing from a file

storeDrawing :: Coordinate a => IpeDrawing a -> FilePath -> IO ()Source

Store an ipe drawing in a file

class Num a => Coordinate a whereSource

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