Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- data Wrapper w = Wrapper {}
- wrapGraph :: Graph n -> Graph (Wrapper n)
- wrappee :: Wrapper w -> w
- updateWrappee :: w -> Wrapper w -> Wrapper w
- module Data.View
- module GraphRewriting.Graph.Types
- module GraphRewriting.Layout.Position
- module GraphRewriting.Layout.PortSpec
- module GraphRewriting.Layout.Rotation
- module GraphRewriting.Layout.RotPortSpec
- module Data.Vector.V2
Documentation
Wraps a value of type w
, augmenting it with layout information
wrapGraph :: Graph n -> Graph (Wrapper n) Source #
Wraps the nodes of a graph, augmenting them with layout information
updateWrappee :: w -> Wrapper w -> Wrapper w Source #
module Data.View
module GraphRewriting.Graph.Types
module Data.Vector.V2