Craft3e-0.2.0.1: Code for Haskell: the Craft of Functional Programming, 3rd ed.
Safe HaskellSafe-Inferred
LanguageHaskell2010

PicturesSVG

Documentation

data Picture Source #

Instances

Instances details
Show Picture Source # 
Instance details

Defined in PicturesSVG

type Point = (Int, Int) Source #

data Image Source #

Constructors

Image Name Point 

Instances

Instances details
Show Image Source # 
Instance details

Defined in PicturesSVG

Methods

showsPrec :: Int -> Image -> ShowS #

show :: Image -> String #

showList :: [Image] -> ShowS #

data Name Source #

Constructors

Name String 

Instances

Instances details
Show Name Source # 
Instance details

Defined in PicturesSVG

Methods

showsPrec :: Int -> Name -> ShowS #

show :: Name -> String #

showList :: [Name] -> ShowS #

data Filter Source #

Constructors

Filter 

Fields

Instances

Instances details
Show Filter Source # 
Instance details

Defined in PicturesSVG

data Basic Source #

Constructors

Basic Image Point Filter 

Instances

Instances details
Show Basic Source # 
Instance details

Defined in PicturesSVG

Methods

showsPrec :: Int -> Basic -> ShowS #

show :: Basic -> String #

showList :: [Basic] -> ShowS #