Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
class Rotatable f t where Source #
type Rotational (f :: k) (t :: * -> *) a Source #
rotation :: Tagged f (t a) -> Rotational f t a Source #
Instances
rotate :: forall f t a. Rotatable f t => t a -> Rotational f t a Source #