| Copyright | (c) Erich Gut |
|---|---|
| License | BSD3 |
| Maintainer | zerich.gut@gmail.com |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
OAlg.Entity.Sequence.Graph
Contents
Description
graphs of entities in x.
Graph
mapping from an ordered index type i to a Entity type x.
Property Let g = be in Graph ixs for a ordered Graph i xEntity
type i and Entity type x, then holds:
Constructors
| Graph [(i, x)] |
Instances
| Functor (Graph i) Source # | |
| (Entity x, Entity i, Ord i) => ConstructableSequence (Graph i) i x Source # | |
| Ord i => Sequence (Graph i) i x Source # | |
| (Show i, Show x) => Show (Graph i x) Source # | |
| (Eq i, Eq x) => Eq (Graph i x) Source # | |
| LengthN (Graph i x) Source # | |
| (Entity x, Entity i, Ord i) => Validable (Graph i x) Source # | |
| (Entity x, Entity i, Ord i) => Entity (Graph i x) Source # | |
Defined in OAlg.Entity.Sequence.Graph | |