|
|
|
| Description |
| Funktionen fr das texttt{rbox}-Format (|RBox|)}
|
|
| Synopsis |
|
| readPoints1 :: (Read a, Num a) => String -> IO (Int, Int, [Point1 a]) | | | readPoints2 :: (Read a, Num a) => String -> IO (Int, Int, [Point2 a]) | | | readPoints3 :: (Read a, Num a) => String -> IO (Int, Int, [Point3 a]) | | | readPoints4 :: (Read a, Num a) => String -> IO (Int, Int, [Point4 a]) | | | readPointsN :: (Read a, Num a) => String -> IO (Int, Int, [PointN a]) | | | readWith :: (Num a, Read a) => ([a] -> b) -> String -> IO (Int, Int, [b]) | | | writePoints :: (Num a, Point p) => String -> [p a] -> IO () |
|
|
| Documentation |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Wir brauchen nur eine Ausgabefunktion
|
|
| Produced by Haddock version 2.4.2 |