hubigraph-0.3.1: A haskell wrap for Ubigraph

Safe HaskellSafe-Infered

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