Copyright | (c) Alexander Vieth 2015 |
---|---|
License | BSD3 |
Maintainer | aovieth@gmail.com |
Stability | experimental |
Portability | non-portable (GHC only) |
Safe Haskell | Safe |
Language | Haskell2010 |
- data Aligned t
- align :: t -> GreatPower -> Aligned t
- alignedThing :: Aligned t -> t
- alignedGreatPower :: Aligned t -> GreatPower
Documentation
Something aligned to a GreatPower
.
align :: t -> GreatPower -> Aligned t Source #
alignedThing :: Aligned t -> t Source #
alignedGreatPower :: Aligned t -> GreatPower Source #