wumpus-basic-0.15.0: Basic objects and system code built on Wumpus-Core.

PortabilityGHC
Stabilityhighly unstable
Maintainerstephen.tetley@gmail.com

Wumpus.Basic.Kernel.Objects.Connector

Contents

Description

Graphic and Image types representing connectors - connectors have two implicit points - start and end.

Synopsis

Connector Graphic

type ConnectorGraphic u = ConnectorCF u (GraphicAns u)Source

ConnectorGraphic is a connector drawn between two points contructing a Graphic.

Connector Image

type ConnectorImage u a = ConnectorCF u (ImageAns u a)Source

ConnectorImage is a connector drawn between two points constructing an Image.

Usually the answer type of a ConnectorImage will be a Path so the Points ar midway, atstart etc. can be taken on it.