diagrams-core-1.1.0.3: Core libraries for diagrams EDSL

Maintainerdiagrams-discuss@googlegroups.com
Safe HaskellSafe-Inferred

Diagrams.Core.V

Description

Type family for identifying associated vector spaces.

Synopsis

Documentation

type family V a :: *Source

Many sorts of objects have an associated vector space in which they "live". The type function V maps from object types to the associated vector space.