|
Org.Org.Semantic.HBase.Structure.FixedList |
|
|
|
|
Description |
lists of fixed size, all of a single element type. |
|
Synopsis |
|
|
|
Documentation |
|
data ZeroList a |
zero-length list | Constructors | | Instances | |
|
|
data NextList t a |
list of length one or more, where t is type-constructor for the rest of the list | Constructors | | Instances | |
|
|
class SameIndexSquare p where |
class for creating matrices with one value on the diagonal and another in the rest of the matrix | | Methods | sameIndexSquare :: a -> a -> p (p a) |
| | Instances | |
|
|
Produced by Haddock version 0.6 |