puzzle-draw-cmdline-0.1.0.0: Creating graphics for pencil puzzles, command line tools.

Safe HaskellNone
LanguageHaskell98

Diagrams.Puzzles.CmdLineSized

Documentation

data SizedOpts Source

Constructors

SizedOpts 

Fields

_scale :: Maybe Double
 
_outp :: String
 

Instances

newtype M Source

Constructors

M (Diagram Cairo R2) 

Instances

ToResult M 
Mainable M 
type ResultOf M = M 
type Args M = () 
type MainOpts M = SizedOpts