|
Org.Org.Semantic.HBase.Mathematics.Set |
|
|
|
|
|
Synopsis |
|
|
|
Documentation |
|
class (HasNothing s, Unionable s s s, Intersectable s s s, Xorable s s s, Removable s s s) => SetConstructibleSet s |
a set from which sets can be constructed | | Instances | |
|
|
class SetConstructibleSet s => UniversibleConstructibleSet s where |
a set from which sets can be constructed with a universal set | | Methods | universal :: s | | invert :: s -> s |
| | Instances | |
|
|
class MemberConstructibleSet m s | s -> m where |
a set which can be constructed from single members | | Methods | | | Instances | |
|
|
class MemberKnownSet m s | s -> m where |
a set which knows about membership | | Methods | | | Instances | |
|
|
class (Eq s, HasNothingKnown s) => SetKnownSet s where |
a set which knows about subsets | | Methods | | | Instances | |
|
|
Produced by Haddock version 0.6 |