hubigraph-0.3.2: A haskell wrap for Ubigraph

Graphics.Ubigraph.Base

Documentation

data Ubigraph Source

Constructors

Ubigraph 

Fields

server :: String
 

data Stroke Source

Constructors

Solid 
Dashed 
Dotted 
None 

Instances

class Attr a whereSource

Methods

toPair :: a -> (String, String)Source

Instances

runHubigraph :: ReaderT r m a -> r -> m aSource