| Safe Haskell | Safe-Infered |
|---|
Graphics.X11.Turtle
Documentation
closeField :: Field -> IO ()Source
killTurtle :: Turtle -> IO ()Source
hideturtle, showturtle :: Turtle -> IO ()Source
windowWidth, windowHeight :: Turtle -> IO DoubleSource
xturtleVersion :: (Int, String)Source
sendInputs :: Turtle -> [TurtleInput] -> IO ()Source
class ColorClass a Source
Instances
| ColorClass String | |
| (Integral r, Integral g, Integral b) => ColorClass (r, g, b) |