turtle-options-0.1.0.2: Collection of command line options and parsers for these options

Safe HaskellNone
LanguageHaskell2010

Turtle.Options.Scale

Documentation

data Scale Source #

Constructors

Percentage Float 
Size (Int, Int) 
Width Int 
Height Int 

Instances

Eq Scale Source # 

Methods

(==) :: Scale -> Scale -> Bool #

(/=) :: Scale -> Scale -> Bool #

Show Scale Source # 

Methods

showsPrec :: Int -> Scale -> ShowS #

show :: Scale -> String #

showList :: [Scale] -> ShowS #